mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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,
|
||||
restoringStatus: StackRestoringStatus.success,
|
||||
wallet: wallet,
|
||||
address: currentAddress!.value,
|
||||
address: currentAddress?.value,
|
||||
height: restoreHeight,
|
||||
mnemonic: mnemonic,
|
||||
mnemonicPassphrase: mnemonicPassphrase,
|
||||
|
|
Loading…
Reference in a new issue