Compare commits

...

2 Commits

Author SHA1 Message Date
tobtoht
bdce2fe089 Merge pull request #10060
57c40b8 functional_tests: fix piecemeal export in cold_signing, part 2 (jeffro256)
2025-08-29 16:41:00 +00:00
jeffro256
57c40b8993 functional_tests: fix piecemeal export in cold_signing, part 2
Do not mark output import as done if exception is thrown for output being past last imported output.
2025-08-26 15:38:25 -05:00

View File

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