mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 11:31:28 +09:00
Compare commits
2 Commits
09bb3705e0
...
bdce2fe089
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdce2fe089 | ||
|
|
57c40b8993 |
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user