Skip to content

Commit

Permalink
genesis: hotfix pubkey of miner2
Browse files Browse the repository at this point in the history
this was mangled somehow inexplicably in #851 (6095f22)

fix it, and bump dev GenesisTime and ChainID = vocdoni/DEV/32
  • Loading branch information
altergui authored and p4u committed Mar 5, 2024
1 parent 6a43615 commit fcba30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vochain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var Genesis = map[string]Vochain{
}

var devGenesis = Doc{
GenesisTime: time.Date(2024, time.January, 12, 1, 0, 0, 0, time.UTC),
ChainID: "vocdoni/DEV/31",
GenesisTime: time.Date(2024, time.March, 04, 1, 0, 0, 0, time.UTC),
ChainID: "vocdoni/DEV/32",
ConsensusParams: &ConsensusParams{
Block: BlockParams{
MaxBytes: 2097152,
Expand Down Expand Up @@ -69,7 +69,7 @@ var devGenesis = Doc{
},
{ // 1
Address: types.HexStringToHexBytes("fc095a35338d96503b6fd1010475e45a3545fc25"),
PubKey: types.HexStringToHexBytes("0383fe95c5fddee9932ef0f77c180c3c5d0357dba566f2eeb2f1b2c1f1c1f1c1f1"),
PubKey: types.HexStringToHexBytes("0383fe95c5fddee9932ef0f77c180c3c5d0357dba566f2ee77de666a64d9d8c2a6"),
Power: 10,
Name: "",
KeyIndex: 2,
Expand Down

0 comments on commit fcba30b

Please sign in to comment.