From 13f21d64e8b65c33d90e37352d7fd2f5f72655e2 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 4 Jul 2019 16:20:40 +0100 Subject: [PATCH] fixes log record + todos --- pisa-btc/pisa/responder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pisa-btc/pisa/responder.py b/pisa-btc/pisa/responder.py index c484e15..ca34fd4 100644 --- a/pisa-btc/pisa/responder.py +++ b/pisa-btc/pisa/responder.py @@ -76,7 +76,6 @@ class Responder: # DISCUSS: what to do in this case pass elif e.error.get('code') == RPC_VERIFY_ALREADY_IN_CHAIN: - # FIXME: This can be simplified with check_tx_in_chain try: if debug: logging.info("[Responder] {} is already in the blockchain. Getting the confirmation count and "