mirror of
https://github.com/monero-project/monero.git
synced 2025-12-05 20:40:22 -08:00
Compare commits
2 Commits
09bb3705e0
...
bdce2fe089
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdce2fe089 | ||
|
|
57c40b8993 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user