Merge pull request #10060

57c40b8 functional_tests: fix piecemeal export in cold_signing, part 2 (jeffro256)
This commit is contained in:
tobtoht 2025-08-29 16:41:00 +00:00
commit bdce2fe089
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -122,6 +122,8 @@ class ColdSigningTest():
# new outputs first # new outputs first
if 'Imported outputs omit more outputs that we know of' not in str(e): if 'Imported outputs omit more outputs that we know of' not in str(e):
raise raise
else:
continue
for i in range(start, start + count): for i in range(start, start + count):
if i < len(done): if i < len(done):
done[i] = True done[i] = True