Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #201 from HelixNetwork/dev-fix-milestone-validity
Browse files Browse the repository at this point in the history
Fix MilestoneCandidate processing
  • Loading branch information
oracle58 authored Oct 4, 2019
2 parents 7e1997b + 76d5577 commit 569a379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ public interface Defaults {
String PREVIOUS_EPOCHS_SPENT_ADDRESSES_TXT = "/previousEpochsSpentAddresses.txt";
String PREVIOUS_EPOCHS_SPENT_ADDRESSES_SIG = "/previousEpochsSpentAddresses.sig";
long GLOBAL_SNAPSHOT_TIME = 1522235533L;
int MILESTONE_START_INDEX = 1808542;
int MILESTONE_START_INDEX = 0;
int NUM_KEYS_IN_MILESTONE = 10;
int MAX_ANALYZED_TXS = 20_000;

Expand Down

0 comments on commit 569a379

Please sign in to comment.