mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
typo fix
This commit is contained in:
parent
81fd1b3cf9
commit
f0b6fcc72b
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ func TestTransactionFetcherWaiting(t *testing.T) {
|
|||
// waitlist, and none of them are scheduled for retrieval until the wait expires.
|
||||
//
|
||||
// This test is an extended version of TestTransactionFetcherWaiting. It's mostly
|
||||
// to cover the metadata checkes without bloating up the basic behavioral tests
|
||||
// to cover the metadata checks without bloating up the basic behavioral tests
|
||||
// with all the useless extra fields.
|
||||
func TestTransactionFetcherWaitingWithMeta(t *testing.T) {
|
||||
testTransactionFetcherParallel(t, txFetcherTest{
|
||||
|
|
|
|||
Loading…
Reference in a new issue