Adds sanity checks to make sure pisad and bitcoind are configured in the same way

This commit is contained in:
Sergi Delgado Segura
2019-07-05 15:18:42 +01:00
parent 13f21d64e8
commit 0c1ce056eb
3 changed files with 44 additions and 5 deletions

View File

@@ -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"