mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/txpool/legacypool: fix typo
This commit is contained in:
parent
a249b78774
commit
7e1d704c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ func (l *list) Flatten() types.Transactions {
|
||||||
return l.txs.Flatten()
|
return l.txs.Flatten()
|
||||||
}
|
}
|
||||||
|
|
||||||
// AppendHashes flattens a nonce-sorted slice of transcations, and appends
|
// AppendHashes flattens a nonce-sorted slice of transacstions, and appends
|
||||||
// the hashes to dst. The destination slice might be reallocated, and is returned.
|
// the hashes to dst. The destination slice might be reallocated, and is returned.
|
||||||
func (l *list) AppendHashes(dst []common.Hash) []common.Hash {
|
func (l *list) AppendHashes(dst []common.Hash) []common.Hash {
|
||||||
return l.txs.AppendHashes(dst)
|
return l.txs.AppendHashes(dst)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue