mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
fix: restore the gap-limit
This commit is contained in:
parent
e0eed1cd6e
commit
a61c726108
@ -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…
Reference in New Issue
Block a user