fixes log record + todos

This commit is contained in:
Sergi Delgado Segura
2019-07-04 16:20:40 +01:00
parent 7aeca49db2
commit 13f21d64e8

View File

@@ -76,7 +76,6 @@ class Responder:
# DISCUSS: what to do in this case # DISCUSS: what to do in this case
pass pass
elif e.error.get('code') == RPC_VERIFY_ALREADY_IN_CHAIN: elif e.error.get('code') == RPC_VERIFY_ALREADY_IN_CHAIN:
# FIXME: This can be simplified with check_tx_in_chain
try: try:
if debug: if debug:
logging.info("[Responder] {} is already in the blockchain. Getting the confirmation count and " logging.info("[Responder] {} is already in the blockchain. Getting the confirmation count and "