mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
map key fix
This commit is contained in:
parent
882bb816ea
commit
527b0c5d3a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Future<void> migrateWalletsToIsar({
|
|||
final epicWalletInfo = ExtraEpiccashWalletInfo.fromMap({
|
||||
"receivingIndex": walletBox.get("receivingIndex") as int? ?? 0,
|
||||
"changeIndex": walletBox.get("changeIndex") as int? ?? 0,
|
||||
"slate_to_address": walletBox.get("slate_to_address") as Map? ?? {},
|
||||
"slatesToAddresses": walletBox.get("slate_to_address") as Map? ?? {},
|
||||
"slatesToCommits": walletBox.get("slatesToCommits") as Map? ?? {},
|
||||
"lastScannedBlock": walletBox.get("lastScannedBlock") as int? ?? 0,
|
||||
"restoreHeight": walletBox.get("restoreHeight") as int? ?? 0,
|
||||
|
|
Loading…
Reference in a new issue