Skip to content

Commit

Permalink
enable eip150 and byzantium on first block
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmsam committed Apr 29, 2018
1 parent dbe11f2 commit 6094f9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/7nodes/genesis.json
Expand Up @@ -18,11 +18,12 @@
},
"coinbase": "0x0000000000000000000000000000000000000000",
"config": {
"homesteadBlock": 0,
"byzantiumBlock": 1,
"chainId": 1,
"eip155Block": null,
"eip158Block": null,
"isQuorum": true
"eip150Block": 1,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip158Block": 1,
"isQuorum":true
},
"difficulty": "0x0",
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000",
Expand Down

0 comments on commit 6094f9e

Please sign in to comment.