forked from Qortal/qortal
Changed gapLimit from 24 to 3 since we have mitigated the gap problem.
This commit is contained in:
parent
145191075a
commit
454c471dfe
@ -323,7 +323,7 @@ public class Settings {
|
||||
/* Foreign chains */
|
||||
|
||||
/** The number of consecutive empty addresses required before treating a wallet's transaction set as complete */
|
||||
private int gapLimit = 24;
|
||||
private int gapLimit = 3;
|
||||
|
||||
/** How many wallet keys to generate when using bitcoinj as the blockchain interface (e.g. when sending coins) */
|
||||
private int bitcoinjLookaheadSize = 50;
|
||||
|
Loading…
x
Reference in New Issue
Block a user