expand address scan gap

This commit is contained in:
Ivan Socolsky 2016-03-01 10:56:13 -03:00
parent 297c4e3f68
commit f7013a4589
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',