mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
fix: restore the gap-limit
This commit is contained in:
parent
e0eed1cd6e
commit
a61c726108
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export class AbstractHDWallet extends LegacyWallet {
|
|||
this._xpub = ''; // cache
|
||||
this.usedAddresses = [];
|
||||
this._address_to_wif_cache = {};
|
||||
this.gap_limit = 5;
|
||||
this.gap_limit = 20;
|
||||
this._derivationPath = Constructor.derivationPath;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue