Skip to content

Commit

Permalink
update gen block timestamp (#1541)
Browse files Browse the repository at this point in the history
Merge pull request #1541

update gen block timestamp
This will cause a testnet hardfork if earlier versions are still
running
  • Loading branch information
CjS77 committed Mar 20, 2020
2 parents f1d6fd1 + 8b71900 commit 459796c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/blocks/genesis_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub fn get_rincewind_genesis_block_raw() -> Block {
prev_hash: vec![
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
],
timestamp: 1_583_220_675.into(),
timestamp: 1_584_713_013.into(),
output_mr: from_hex("fab84d9d797c272b33011caa78718f93c3d5fc44c7d35bbf138613440fca2c79").unwrap(),
range_proof_mr: from_hex("63a36ba139a884434702dffccec348b02ba886d3851a19732d8d111a54e17d56").unwrap(),
kernel_mr: from_hex("b097af173dc852862f48af67aa57f48c47d20bc608d77b46a3018999bffba911").unwrap(),
Expand Down

0 comments on commit 459796c

Please sign in to comment.