mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Switched to cryptography instead of ecdsa for signatures
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user