Skip to content

Commit

Permalink
Regenerate genesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Feb 19, 2024
1 parent bb54fc4 commit 1cebaaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameters/src/mainnet/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ mod tests {
#[test]
fn test_genesis_block() {
let bytes = GenesisBytes::load_bytes();
assert_eq!(14503, bytes.len() as u64, "Update me if serialization has changed");
assert_eq!(15133, bytes.len() as u64, "Update me if serialization has changed");
}
}
Binary file modified parameters/src/mainnet/resources/block.genesis
Binary file not shown.

0 comments on commit 1cebaaf

Please sign in to comment.