mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "miner/stress/clique: fix typo (#28016)"
This reverts commit 56a8ce2332.
This commit is contained in:
parent
d9b1eb1cc1
commit
31579b3933
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ func main() {
|
||||||
// makeGenesis creates a custom Clique genesis block based on some pre-defined
|
// makeGenesis creates a custom Clique genesis block based on some pre-defined
|
||||||
// signer and faucet accounts.
|
// signer and faucet accounts.
|
||||||
func makeGenesis(faucets []*ecdsa.PrivateKey, sealers []*ecdsa.PrivateKey) *core.Genesis {
|
func makeGenesis(faucets []*ecdsa.PrivateKey, sealers []*ecdsa.PrivateKey) *core.Genesis {
|
||||||
// Create a Clique network based off of the Sepolia config
|
// Create a Clique network based off of the Seplia config
|
||||||
genesis := core.DefaultSepoliaGenesisBlock()
|
genesis := core.DefaultSepoliaGenesisBlock()
|
||||||
genesis.GasLimit = 25000000
|
genesis.GasLimit = 25000000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue