We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e51f6c4 + 0d39b58 commit c969ab4Copy full SHA for c969ab4
test/functional/feature_assumevalid.py
@@ -90,7 +90,7 @@ def assert_blockchain_height(self, node, height):
90
last_height = current_height
91
if timeout < 0:
92
assert False, "blockchain too short after timeout: %d" % current_height
93
- timeout - 0.25
+ timeout -= 0.25
94
continue
95
elif current_height > height:
96
assert False, "blockchain too long: %d" % current_height
0 commit comments