diff --git a/dashcore-utils/dash.example.conf b/dashcore-utils/dash.example.conf index 40a1577..ad2a14f 100644 --- a/dashcore-utils/dash.example.conf +++ b/dashcore-utils/dash.example.conf @@ -16,6 +16,8 @@ rpcallowip=127.0.0.1/16 # See https://github.com/dashpay/dash/issues/5461 zmqpubrawtx=tcp://127.0.0.1:28332 zmqpubrawtxlock=tcp://127.0.0.1:28332 +zmqpubrawchainlock=tcp://127.0.0.1:28332 +zmqpubhashchainlock=tcp://127.0.0.1:28332 [test] rpcuser=RPCUSER_TEST @@ -26,6 +28,8 @@ rpcconnect=127.0.0.1:19998 rpcallowip=127.0.0.1/16 zmqpubrawtx=tcp://127.0.0.1:18009 zmqpubrawtxlock=tcp://127.0.0.1:18009 +zmqpubrawchainlock=tcp://127.0.0.1:18009 +zmqpubhashchainlock=tcp://127.0.0.1:18009 [regtest] rpcuser=RPCUSER_REGTEST @@ -36,4 +40,5 @@ rpcconnect=127.0.0.1:19898 rpcallowip=127.0.0.1/16 zmqpubrawtx=tcp://127.0.0.1:18809 zmqpubrawtxlock=tcp://127.0.0.1:18809 - +zmqpubrawchainlock=tcp://127.0.0.1:18809 +zmqpubhashchainlock=tcp://127.0.0.1:18809