mirror of https://github.com/hyperledger/besu
ETC - Cleanup (#201)
Cleans up issues relating to the Ethereum Classic configurations. * Fixes Jira BESU-116 * Fixes ommer reward calculation * Fixes Mordor config * Fixes Kotti Sync issues Signed-off-by: soc1c <soc1c@users.noreply.github.com> Signed-off-by: edwardmack <ed@edwardmack.com>pull/205/head
parent
bb0ba9b781
commit
a449e81b2d
@ -0,0 +1,18 @@ |
||||
{ |
||||
"config": { |
||||
"chainId": 63, |
||||
"atlantisBlock": 0, |
||||
"ethash": {} |
||||
}, |
||||
"nonce": "0x0000000000000000", |
||||
"timestamp": "0x5d9676db", |
||||
"extraData": "0x70686f656e697820636869636b656e206162737572642062616e616e61", |
||||
"gasLimit": "0x2fefd8", |
||||
"difficulty": "0x20000", |
||||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", |
||||
"coinbase": "0x0000000000000000000000000000000000000000", |
||||
"alloc": {}, |
||||
"number": "0x0", |
||||
"gasUsed": "0x0", |
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" |
||||
} |
Loading…
Reference in new issue