core: fix method comment for txpool.requestReset (#22543)

This commit is contained in:
Derek Chiang 2021-03-22 00:10:51 -07:00 committed by GitHub
parent ec73ec092d
commit eaccdba4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -949,7 +949,7 @@ func (pool *TxPool) removeTx(hash common.Hash, outofbound bool) {
}
}
// requestPromoteExecutables requests a pool reset to the new head block.
// requestReset requests a pool reset to the new head block.
// The returned channel is closed when the reset has occurred.
func (pool *TxPool) requestReset(oldHead *types.Header, newHead *types.Header) chan struct{} {
select {