mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
eth/catalyst: typo
This commit is contained in:
parent
201e1bdfd5
commit
3ad818e6e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue