mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
FIX: LNURLPay was defaulting to sats
This commit is contained in:
parent
ba098e822f
commit
cc07f536f0
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,7 @@ export default class LnurlPay extends Component {
|
||||||
fromWallet,
|
fromWallet,
|
||||||
lnurl,
|
lnurl,
|
||||||
payButtonDisabled: false,
|
payButtonDisabled: false,
|
||||||
|
unit: fromWallet.getPreferredBalanceUnit(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,7 +53,6 @@ export default class LnurlPay extends Component {
|
||||||
payload,
|
payload,
|
||||||
amount: payload.min,
|
amount: payload.min,
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
unit: BitcoinUnit.SATS,
|
|
||||||
LN,
|
LN,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue