Skip to content

Commit

Permalink
monero block
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Feb 28, 2025
1 parent acd84e4 commit b4c45a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base_layer/core/src/blocks/genesis_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ pub fn get_mainnet_genesis_block() -> ChainBlock {
fn get_mainnet_genesis_block_raw() -> Block {
// Set genesis timestamp
let genesis_timestamp = DateTime::parse_from_rfc2822("28 Feb 2025 08:00:00 +0200").expect("parse may not fail");
let not_before_proof = b"{Place holder}";
let not_before_proof: Vec<u8> =
from_hex("b1af2e243a168eecafabf1f418a7cd12e820c6d8f3acc0caca14a403cdf0145e").unwrap();
if not_before_proof.len() > PowData::default().max_size() {
panic!(
"Not-before-proof data is too large, exceeds limit by '{}' bytes",
Expand Down

0 comments on commit b4c45a2

Please sign in to comment.