mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +01:00
Merge pull request #6498 from BlueWallet/fix-ms-gap-limit
FIX: bump gap_limit for multisig to 20
This commit is contained in:
commit
3d252b9028
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export class MultisigHDWallet extends AbstractHDElectrumWallet {
|
|||
private _isLegacy: boolean = false;
|
||||
private _nodes: BIP32Interface[][] = [];
|
||||
public _derivationPath: string = '';
|
||||
public gap_limit: number = 10;
|
||||
public gap_limit: number = 20;
|
||||
|
||||
isLegacy() {
|
||||
return this._isLegacy;
|
||||
|
|
Loading…
Add table
Reference in a new issue