Unverified Commit fe24d22a authored by CrashOverride's avatar CrashOverride Committed by GitHub

miner/stress/clique: fix typo (#28016)

fix typo
parent f174ddba
...@@ -147,7 +147,7 @@ func main() { ...@@ -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 Seplia config // Create a Clique network based off of the Sepolia config
genesis := core.DefaultSepoliaGenesisBlock() genesis := core.DefaultSepoliaGenesisBlock()
genesis.GasLimit = 25000000 genesis.GasLimit = 25000000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment