Skip to content

Commit

Permalink
updated genesis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Roman committed Dec 25, 2020
1 parent f3183ae commit 973c0e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class GenesisBlock implements Serializable {
private static final long serialVersionUID = 3559533002594201715L;

public static final String DEFAULT_NUMBER = "0";
public static final String DEFAULT_TIMESTAMP = "0";
public static final String DEFAULT_PARENT_HASH = "0";
public static final String DEFAULT_TIMESTAMP = "1545883189000";
public static final String DEFAULT_PARENT_HASH = "0x0000000000000000f1fc15655669340793f47c9f541b419d7621112a07163ac6";

@Getter
private List<Account> assets;
Expand Down

0 comments on commit 973c0e5

Please sign in to comment.