mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
increase rescan gap bch
This commit is contained in:
parent
a21eb37b26
commit
f502cf2d80
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ class BitcoinCashWallet extends CoinServiceAPI
|
||||||
Future<void> _recoverWalletFromBIP32SeedPhrase({
|
Future<void> _recoverWalletFromBIP32SeedPhrase({
|
||||||
required String mnemonic,
|
required String mnemonic,
|
||||||
required String mnemonicPassphrase,
|
required String mnemonicPassphrase,
|
||||||
int maxUnusedAddressGap = 20,
|
int maxUnusedAddressGap = 50,
|
||||||
int maxNumberOfIndexesToCheck = 1000,
|
int maxNumberOfIndexesToCheck = 1000,
|
||||||
bool isRescan = false,
|
bool isRescan = false,
|
||||||
Coin? coin,
|
Coin? coin,
|
||||||
|
|
Loading…
Reference in a new issue