Adds ChainMonitor config parameters

This commit is contained in:
Sergi Delgado Segura
2020-01-06 13:32:25 +01:00
parent e5514cefce
commit b2272aa4ea

View File

@@ -5,6 +5,10 @@ BTC_RPC_HOST = "localhost"
BTC_RPC_PORT = 18443
BTC_NETWORK = "regtest"
# CHAIN MONITOR
POLLING_DELTA = 60
BLOCK_WINDOW_SIZE = 10
# ZMQ
FEED_PROTOCOL = "tcp"
FEED_ADDR = "127.0.0.1"