mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
rm red herring genesis fields
This commit is contained in:
parent
bd91e9c93e
commit
0f4d76f95e
2 changed files with 2 additions and 14 deletions
|
|
@ -60,11 +60,5 @@
|
|||
"0x57508f0B0f3426758F1f3D63ad4935a7c9383620": {
|
||||
"balance": "10000000000000000000000000000"
|
||||
}
|
||||
},
|
||||
"number": "0x0",
|
||||
"gasUsed": "0x0",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"baseFeePerGas": "0x3b9aca00",
|
||||
"excessBlobGas": null,
|
||||
"blobGasUsed": null
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,11 +45,5 @@
|
|||
"0x3fab184622dc19b6109349b94811493bf2a45362": {
|
||||
"balance": "10000000000000000000000"
|
||||
}
|
||||
},
|
||||
"number": "0x0",
|
||||
"gasUsed": "0x0",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"baseFeePerGas": "0x3b9aca00",
|
||||
"excessBlobGas": null,
|
||||
"blobGasUsed": null
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue