mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
teos - feed_* -> btc_feed_*
This commit is contained in:
@@ -54,9 +54,9 @@ class ChainMonitor:
|
||||
self.zmqSubSocket.connect(
|
||||
"%s://%s:%s"
|
||||
% (
|
||||
bitcoind_feed_params.get("FEED_PROTOCOL"),
|
||||
bitcoind_feed_params.get("FEED_CONNECT"),
|
||||
bitcoind_feed_params.get("FEED_PORT"),
|
||||
bitcoind_feed_params.get("BTC_FEED_PROTOCOL"),
|
||||
bitcoind_feed_params.get("BTC_FEED_CONNECT"),
|
||||
bitcoind_feed_params.get("BTC_FEED_PORT"),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user