Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbca26 committed Feb 1, 2021
1 parent 483c1f1 commit 1d7ffbe
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 1d7ffbe

Please sign in to comment.