More clean up

This commit is contained in:
Sergi Delgado Segura
2019-10-03 11:47:07 +01:00
parent 93e23e769f
commit e9832e4408
7 changed files with 13 additions and 8 deletions

View File

@@ -1,9 +1,10 @@
import re
from http.client import HTTPException
import pisa.conf as conf
from pisa import logging, bitcoin_cli
from pisa.utils.auth_proxy import JSONRPCException
from pisa.rpc_errors import RPC_INVALID_ADDRESS_OR_KEY
from http.client import HTTPException
def check_tx_in_chain(tx_id, parent='', tx_label='transaction'):