core/txpool: fix typos (#28213)

fix(core/txpool): fix typos
This commit is contained in:
0xbstn
2023-09-28 09:48:14 +08:00
committed by GitHub
parent 614804b33c
commit a081130081
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -901,7 +901,7 @@ func (pool *LegacyPool) promoteTx(addr common.Address, hash common.Hash, tx *typ
}
// addLocals enqueues a batch of transactions into the pool if they are valid, marking the
// senders as a local ones, ensuring they go around the local pricing constraints.
// senders as local ones, ensuring they go around the local pricing constraints.
//
// This method is used to add transactions from the RPC API and performs synchronous pool
// reorganization and event propagation.