Skip to content

Commit

Permalink
bump dev genesis version
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u committed Dec 22, 2023
1 parent fa8a3fe commit ce59203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vochain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var Genesis = map[string]Vochain{

var devGenesis = Doc{
GenesisTime: time.Date(2023, time.November, 8, 1, 0, 0, 0, time.UTC),
ChainID: "vocdoni/DEV/29",
ChainID: "vocdoni/DEV/30",
ConsensusParams: &ConsensusParams{
Block: BlockParams{
MaxBytes: 2097152,
Expand Down

0 comments on commit ce59203

Please sign in to comment.