Refactored check_tx_in_chain with new log format

This commit is contained in:
Salvatore Ingala
2019-10-09 08:29:47 +07:00
parent bae9b6b913
commit 4bcc8e20a0
3 changed files with 10 additions and 11 deletions

View File

@@ -20,8 +20,7 @@ if __name__ == '__main__':
start_api()
else:
logger.error("[Pisad] bitcoind is running on a different network, check conf.py and bitcoin.conf. "
"Shutting down")
logger.error("bitcoind is running on a different network, check conf.py and bitcoin.conf. Shutting down")
else:
logging.error("[Pisad] can't connect to bitcoind. Shutting down")
logging.error("can't connect to bitcoind. Shutting down")