eth/catalyst: typo

This commit is contained in:
lightclient 2024-08-19 12:25:17 -06:00
parent 201e1bdfd5
commit 3ad818e6e0
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -65,7 +65,7 @@ func (a *simulatedBeaconAPI) loop() {
// It's worth noting that in case a tx ends up in the pool listed as // 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 // "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 -- // a block -- maybe the miner is enforcing a higher tip than the pool --
// this code will spinloopk. // this code will spinloop.
for { for {
if executable, _ := a.sim.eth.TxPool().Stats(); executable == 0 { if executable, _ := a.sim.eth.TxPool().Stats(); executable == 0 {
break break