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
f0b6fcc72b
commit
94c91cc6d8
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ func TestTransactionFetcherRateLimiting(t *testing.T) {
|
|||
}
|
||||
|
||||
// Tests that if huge transactions are announced, only a small number of them will
|
||||
// be requested at a time, to keep the responses below a resonable level.
|
||||
// be requested at a time, to keep the responses below a reasonable level.
|
||||
func TestTransactionFetcherBandwidthLimiting(t *testing.T) {
|
||||
testTransactionFetcherParallel(t, txFetcherTest{
|
||||
init: func() *TxFetcher {
|
||||
|
|
|
|||
Loading…
Reference in a new issue