We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f174ddb commit fe24d22Copy full SHA for fe24d22
miner/stress/clique/main.go
@@ -147,7 +147,7 @@ func main() {
147
// makeGenesis creates a custom Clique genesis block based on some pre-defined
148
// signer and faucet accounts.
149
func makeGenesis(faucets []*ecdsa.PrivateKey, sealers []*ecdsa.PrivateKey) *core.Genesis {
150
- // Create a Clique network based off of the Seplia config
+ // Create a Clique network based off of the Sepolia config
151
genesis := core.DefaultSepoliaGenesisBlock()
152
genesis.GasLimit = 25000000
153
0 commit comments