Skip to content

Commit

Permalink
store 14 word seed in wownero
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Dec 20, 2024
1 parent 13b6084 commit 384bf9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cw_wownero/lib/api/wallet_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ void restoreWalletFromSeedSync(
}

wptr = newWptr;
wownero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.seed", value: seed);

openedWalletsByPath[path] = wptr!;
}
Expand Down

0 comments on commit 384bf9b

Please sign in to comment.