Skip to content

Commit 3813504

Browse files
committed
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.
1 parent 8c2b264 commit 3813504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional_tests/cold_signing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ def export_import(self, piecemeal_output_export):
124124
# new outputs first
125125
if 'Imported outputs omit more outputs that we know of' not in str(e):
126126
raise
127+
else:
128+
continue
127129
for i in range(start, start + count):
128130
if i < len(done):
129131
done[i] = True

0 commit comments

Comments
 (0)