mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
temp fix
This commit is contained in:
parent
37fe270a4b
commit
e4e0514542
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ abstract class SWB {
|
||||||
walletId: info.walletId,
|
walletId: info.walletId,
|
||||||
restoringStatus: StackRestoringStatus.success,
|
restoringStatus: StackRestoringStatus.success,
|
||||||
wallet: wallet,
|
wallet: wallet,
|
||||||
address: currentAddress!.value,
|
address: currentAddress?.value,
|
||||||
height: restoreHeight,
|
height: restoreHeight,
|
||||||
mnemonic: mnemonic,
|
mnemonic: mnemonic,
|
||||||
mnemonicPassphrase: mnemonicPassphrase,
|
mnemonicPassphrase: mnemonicPassphrase,
|
||||||
|
|
Loading…
Reference in a new issue