Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Update the global snapshot time again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski committed Apr 10, 2019
1 parent 2c77f72 commit 35a7eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/conf/BaseIotaConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ public interface Defaults {
String PREVIOUS_EPOCHS_SPENT_ADDRESSES_TXT =
"/previousEpochsSpentAddresses1.txt /previousEpochsSpentAddresses2.txt " +
"/previousEpochsSpentAddresses3.txt";
long GLOBAL_SNAPSHOT_TIME = 1554901200;
long GLOBAL_SNAPSHOT_TIME = 1554904800;
int MILESTONE_START_INDEX = 1050000;
int MAX_ANALYZED_TXS = 20_000;

Expand Down

0 comments on commit 35a7eda

Please sign in to comment.