This commit is contained in:
julian 2024-01-15 10:28:23 -06:00
parent 37fe270a4b
commit e4e0514542

View file

@ -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,