mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +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,
|
||||
lnurl,
|
||||
payButtonDisabled: false,
|
||||
unit: fromWallet.getPreferredBalanceUnit(),
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -52,7 +53,6 @@ export default class LnurlPay extends Component {
|
|||
payload,
|
||||
amount: payload.min,
|
||||
isLoading: false,
|
||||
unit: BitcoinUnit.SATS,
|
||||
LN,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue