teos - moves errors to common so it can be used by clients

This commit is contained in:
Sergi Delgado Segura
2020-04-29 13:03:39 +02:00
parent 9f2c90d12e
commit 88c19d5a0d
6 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ from common.logger import Logger
from teos.tools import bitcoin_cli
import teos.rpc_errors as rpc_errors
from teos.utils.auth_proxy import JSONRPCException
from teos.errors import UNKNOWN_JSON_RPC_EXCEPTION, RPC_TX_REORGED_AFTER_BROADCAST
from common.errors import UNKNOWN_JSON_RPC_EXCEPTION, RPC_TX_REORGED_AFTER_BROADCAST
logger = Logger(actor="Carrier", log_name_prefix=LOG_PREFIX)