Skip to content

Commit

Permalink
updated timestamp of genesis.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bret-fusion committed Jun 30, 2019
1 parent d83cfad commit ea8f219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ func DefaultGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x00000000000000000000000000000000000000000000000000000000000000000000000100000001000000000101040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
GasLimit: 4700000,
Difficulty: big.NewInt(1),
Timestamp: 1559311494, // May 31 2019
Timestamp: 1561852800, // June 30 2019
TicketCreateInfo: &TicketsCreate{
Owner: common.HexToAddress("0xd2452651834e8f0c19c9d85e0bf09fe99283dabc"),
Time: 1559311494, // May 31 2019
Time: 1561852800, // June 30 2019
Count: 5,
},
Alloc: decodePrealloc(mainnetAllocData),
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// and put its version into the hundreds place
// so 16001 means ethereum VersionPath=16
// efsn patch = 001
VersionPatch = 16016 // Patch version component of the current release
VersionPatch = 16017 // Patch version component of the current release

VersionMeta = "stable" // Version metadata to append to the version string
)
Expand Down

0 comments on commit ea8f219

Please sign in to comment.