Skip to content

Commit

Permalink
Merge 1d7ffbe into 483c1f1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbca26 authored Feb 1, 2021
2 parents 483c1f1 + 1d7ffbe commit 98d04b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/account-discovery.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const walkDerivationPath = async node => {

if (window.location.href.indexOf('extgap=s') > -1) gapLimit = 30;
if (window.location.href.indexOf('extgap=m') > -1) gapLimit = 40;
if (window.location.href.indexOf('extgap=l') > -1) gapLimit = 50;
if (window.location.href.indexOf('extgap=l') > -1) gapLimit = 60;
if (window.location.href.indexOf('extgap=xl') > -1) gapLimit = 100;

if (window.location.href.indexOf('timeout=s') > -1) addressConcurrency = 2;
Expand Down

0 comments on commit 98d04b7

Please sign in to comment.