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

This reverts commit 56a8ce2332.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent d9b1eb1cc1
commit 31579b3933

View file

@ -147,7 +147,7 @@ func main() {
// makeGenesis creates a custom Clique genesis block based on some pre-defined
// signer and faucet accounts.
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.GasLimit = 25000000