mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 22:54:23 +01:00
fixes log record + todos
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user