mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-14 20:04:20 +01:00
Adds sanity checks to make sure pisad and bitcoind are configured in the same way
This commit is contained in:
@@ -3,6 +3,7 @@ BTC_RPC_USER = None
|
||||
BTC_RPC_PASSWD = None
|
||||
BTC_RPC_HOST = None
|
||||
BTC_RPC_PORT = None
|
||||
BTC_NETWORK = None
|
||||
|
||||
|
||||
# ZMQ
|
||||
@@ -22,4 +23,3 @@ CLIENT_LOG_FILE = 'pisa.log'
|
||||
# CRYPTO
|
||||
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
|
||||
SUPPORTED_CIPHERS = ["AES-GCM-128"]
|
||||
SALT = "lightningwatcher"
|
||||
|
||||
Reference in New Issue
Block a user