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

Commit

Permalink
updated milestone index for snapshot 216223
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul D Handy committed Sep 23, 2017
1 parent 64b3d72 commit fca143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/Milestone.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Milestone {
public Hash latestMilestone = Hash.NULL_HASH;
public Hash latestSolidSubtangleMilestone = latestMilestone;

public static final int MILESTONE_START_INDEX = 151000;
public static final int MILESTONE_START_INDEX = 217000;
private static final int NUMBER_OF_KEYS_IN_A_MILESTONE = 20;

public int latestMilestoneIndex = MILESTONE_START_INDEX;
Expand Down

0 comments on commit fca143a

Please sign in to comment.