Merge pull request #472 from isocolsky/fix/scan-window

Expand address scan gap
This commit is contained in:
Matias Alejo Garcia 2016-03-01 10:57:10 -03:00
commit f1c37ee4b3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Defaults.BACKOFF_TIME = 2;
Defaults.MAX_MAIN_ADDRESS_GAP = 20;
// TODO: should allow different gap sizes for external/internal chains
Defaults.SCAN_ADDRESS_GAP = Defaults.MAX_MAIN_ADDRESS_GAP;
Defaults.SCAN_ADDRESS_GAP = Defaults.MAX_MAIN_ADDRESS_GAP + 20;
Defaults.FEE_LEVELS = [{
name: 'priority',