bug fix
This commit is contained in:
parent
b4de8989f1
commit
e3e7c24813
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ export async function openWallet(mnemonic: string) {
|
||||||
if (previousBalance === wallet.cashuBalance) {
|
if (previousBalance === wallet.cashuBalance) {
|
||||||
walletState.update((state) => ({
|
walletState.update((state) => ({
|
||||||
...state,
|
...state,
|
||||||
|
balance: wallet.balance,
|
||||||
|
pendingBalance: wallet.pendingBalance,
|
||||||
cashuBalance: wallet.cashuBalance,
|
cashuBalance: wallet.cashuBalance,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue