We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4a1f5 commit 9bec526Copy full SHA for 9bec526
test/functional/feature_maxuploadtarget.py
@@ -121,7 +121,6 @@ def run_test(self):
121
getdata_request.inv = [CInv(MSG_BLOCK, big_new_block)]
122
for i in range(200):
123
p2p_conns[1].send_and_ping(getdata_request)
124
- p2p_conns[1].sync_with_ping()
125
assert_equal(p2p_conns[1].block_receive_map[big_new_block], i+1)
126
127
self.log.info("Peer 1 able to repeatedly download new block")
0 commit comments