Skip to content

Commit

Permalink
test: speed up feature_maxuploadtarget.py - missing changes from back…
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Jan 6, 2025
1 parent 4d4a1f5 commit 9bec526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/feature_maxuploadtarget.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def run_test(self):
getdata_request.inv = [CInv(MSG_BLOCK, big_new_block)]
for i in range(200):
p2p_conns[1].send_and_ping(getdata_request)
p2p_conns[1].sync_with_ping()
assert_equal(p2p_conns[1].block_receive_map[big_new_block], i+1)

self.log.info("Peer 1 able to repeatedly download new block")
Expand Down

0 comments on commit 9bec526

Please sign in to comment.