Skip to content

Commit

Permalink
Include colosseum genesis nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Oct 24, 2024
1 parent af02843 commit c9b04c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func DefaultColosseumGenesisBlock(consensusEngine string, genesisNonce uint64) *
}
return &Genesis{
Config: params.ProgpowColosseumChainConfig,
Nonce: genesisNonce,
Nonce: 6224362036655375007,
ExtraData: hexutil.MustDecode("0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fb"),
GasLimit: 5000000,
Difficulty: big.NewInt(30000000000),
Expand Down

0 comments on commit c9b04c7

Please sign in to comment.