Merge b8d55e928d001021b1074e397b8c7a5244a92ad5 into 78dafce146c6e0b1356a848d67738c6c5179aa35

This commit is contained in:
Zachary Bowen 2018-09-26 12:34:35 +00:00 committed by GitHub
commit 8de310eedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,9 @@ def store_unspent_outputs(conn, *unspent_outputs):
)
)
except DuplicateKeyError:
# TODO log warning at least
raise DuplicateKeyError(
f'Duplicate keys in transactions [{unspent_outputs}].'
)
pass