Skip to content

Commit 9bec526

Browse files
committed
test: speed up feature_maxuploadtarget.py - missing changes from backport bitcoin#18494
1 parent 4d4a1f5 commit 9bec526

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/feature_maxuploadtarget.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def run_test(self):
121121
getdata_request.inv = [CInv(MSG_BLOCK, big_new_block)]
122122
for i in range(200):
123123
p2p_conns[1].send_and_ping(getdata_request)
124-
p2p_conns[1].sync_with_ping()
125124
assert_equal(p2p_conns[1].block_receive_map[big_new_block], i+1)
126125

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

0 commit comments

Comments
 (0)