mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
chore: remove comments
This commit is contained in:
parent
b69bb589cd
commit
dca8bba239
1 changed files with 0 additions and 3 deletions
|
|
@ -1875,7 +1875,6 @@ func TestTransactionFetcherDropAlternates(t *testing.T) {
|
||||||
doWait{time: txArriveTimeout, step: true},
|
doWait{time: txArriveTimeout, step: true},
|
||||||
doTxNotify{peer: "B", hashes: []common.Hash{testTxsHashes[0]}, types: []byte{testTxs[0].Type()}, sizes: []uint32{uint32(testTxs[0].Size())}},
|
doTxNotify{peer: "B", hashes: []common.Hash{testTxsHashes[0]}, types: []byte{testTxs[0].Type()}, sizes: []uint32{uint32(testTxs[0].Size())}},
|
||||||
|
|
||||||
// Step 3
|
|
||||||
isScheduled{
|
isScheduled{
|
||||||
tracking: map[string][]announce{
|
tracking: map[string][]announce{
|
||||||
"A": {
|
"A": {
|
||||||
|
|
@ -1891,7 +1890,6 @@ func TestTransactionFetcherDropAlternates(t *testing.T) {
|
||||||
},
|
},
|
||||||
doDrop("B"),
|
doDrop("B"),
|
||||||
|
|
||||||
// Step 5
|
|
||||||
isScheduled{
|
isScheduled{
|
||||||
tracking: map[string][]announce{
|
tracking: map[string][]announce{
|
||||||
"A": {
|
"A": {
|
||||||
|
|
@ -1903,7 +1901,6 @@ func TestTransactionFetcherDropAlternates(t *testing.T) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
doDrop("A"),
|
doDrop("A"),
|
||||||
// Step 7
|
|
||||||
isScheduled{
|
isScheduled{
|
||||||
tracking: nil, fetching: nil,
|
tracking: nil, fetching: nil,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue