Skip to content

Commit fe24d22

Browse files
miner/stress/clique: fix typo (ethereum#28016)
fix typo
1 parent f174ddb commit fe24d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/stress/clique/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func main() {
147147
// makeGenesis creates a custom Clique genesis block based on some pre-defined
148148
// signer and faucet accounts.
149149
func makeGenesis(faucets []*ecdsa.PrivateKey, sealers []*ecdsa.PrivateKey) *core.Genesis {
150-
// Create a Clique network based off of the Seplia config
150+
// Create a Clique network based off of the Sepolia config
151151
genesis := core.DefaultSepoliaGenesisBlock()
152152
genesis.GasLimit = 25000000
153153

0 commit comments

Comments
 (0)