mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
delineate divergence point more clearly
This commit is contained in:
parent
6e5a0bad78
commit
b41c4c37bd
1 changed files with 5 additions and 1 deletions
|
@ -713,8 +713,12 @@ class WowneroWallet extends CoinServiceAPI {
|
|||
final wallet = await _walletCreationService?.create(credentials);
|
||||
|
||||
// subtract a couple days to ensure we have a buffer for SWB
|
||||
// 14 words
|
||||
//final bufferedCreateHeight = getSeedHeightSync(wallet?.seed.trim() as String);
|
||||
|
||||
// 25 words
|
||||
final bufferedCreateHeight = 0;
|
||||
//final bufferedCreateHeight = getSeedHeightSync(wallet?.seed.trim() as String); // TODO use an alternative to wow_seed's get_seed_height
|
||||
// TODO use an alternative to wow_seed's get_seed_height
|
||||
|
||||
await DB.instance.put<dynamic>(
|
||||
boxName: walletId, key: "restoreHeight", value: bufferedCreateHeight);
|
||||
|
|
Loading…
Reference in a new issue