mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge c969ab43c3 into merged_master (Bitcoin PR #21084)
This commit is contained in:
commit
bbfd887a43
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class AssumeValidTest(BitcoinTestFramework):
|
|||
last_height = current_height
|
||||
if timeout < 0:
|
||||
assert False, "blockchain too short after timeout: %d" % current_height
|
||||
timeout - 0.25
|
||||
timeout -= 0.25
|
||||
continue
|
||||
elif current_height > height:
|
||||
assert False, "blockchain too long: %d" % current_height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue