diff --git a/eth/catalyst/simulated_beacon_api.go b/eth/catalyst/simulated_beacon_api.go index 59ec3bcc91..6687805315 100644 --- a/eth/catalyst/simulated_beacon_api.go +++ b/eth/catalyst/simulated_beacon_api.go @@ -65,7 +65,7 @@ func (a *simulatedBeaconAPI) loop() { // It's worth noting that in case a tx ends up in the pool listed as // "executable", but for whatever reason the miner does not include it in // a block -- maybe the miner is enforcing a higher tip than the pool -- - // this code will spinloopk. + // this code will spinloop. for { if executable, _ := a.sim.eth.TxPool().Stats(); executable == 0 { break