fix: restore the gap-limit

This commit is contained in:
abhishandy 2022-12-15 19:18:42 -05:00
parent e0eed1cd6e
commit a61c726108

View File

@ -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;
}