mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
FIX: Refill not working on Lightning #2042
This commit is contained in:
parent
9a0281c7fa
commit
d01cc2aed1
1 changed files with 2 additions and 2 deletions
|
@ -378,8 +378,8 @@ const WalletTransactions = () => {
|
|||
const onWalletSelect = async selectedWallet => {
|
||||
if (selectedWallet) {
|
||||
navigate('WalletTransactions', {
|
||||
walletType: wallet.type,
|
||||
walletID: wallet.getID(),
|
||||
walletType: wallet.current.type,
|
||||
walletID: wallet.current.getID(),
|
||||
key: `WalletTransactions-${wallet.current.getID()}`,
|
||||
});
|
||||
/** @type {LightningCustodianWallet} */
|
||||
|
|
Loading…
Add table
Reference in a new issue