mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
increase firo mint search gap
This commit is contained in:
parent
3a034dfd86
commit
604c2b4a63
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ Future<Map<String, dynamic>> isolateRestore(
|
|||
}
|
||||
|
||||
final root = getBip32Root(mnemonic, network);
|
||||
while (currentIndex < lastFoundIndex + 20) {
|
||||
while (currentIndex < lastFoundIndex + 50) {
|
||||
final mintKeyPair = getBip32NodeFromRoot(MINT_INDEX, currentIndex, root);
|
||||
final mintTag = CreateTag(
|
||||
Format.uint8listToString(mintKeyPair.privateKey!),
|
||||
|
|
Loading…
Reference in a new issue