Switched to cryptography instead of ecdsa for signatures

This commit is contained in:
Salvatore Ingala
2019-10-17 17:01:51 +08:00
parent edd04c23ea
commit db522500c3
5 changed files with 48 additions and 15 deletions

View File

@@ -36,7 +36,8 @@ if __name__ == '__main__':
start_api()
else:
logger.error("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:
logger.error("Can't connect to bitcoind. Shutting down")