Skip to content

Commit

Permalink
Merge pull request bitcoin#230 from ptschip/release_bip68
Browse files Browse the repository at this point in the history
Release branch - improve perf of bip68 python test
  • Loading branch information
gandrewstone committed Jan 9, 2017
2 parents ee53a14 + 7f53d6f commit b3a7a44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qa/rpc-tests/test_framework/comptool.py
Expand Up @@ -205,7 +205,6 @@ def blocks_requested():
blockhash in node.block_request_map and node.block_request_map[blockhash]
for node in self.test_nodes
)
time.sleep(1) # The BU xthin preferential thinblock timer will delay sync so we need to wait longer for sync
# --> error if not requested
if not wait_until(blocks_requested, attempts=20*num_blocks):
# print [ c.cb.block_request_map for c in self.connections ]
Expand Down

0 comments on commit b3a7a44

Please sign in to comment.