Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
feat: expose rawchainlocksig and zmqpubrawtxlocksig from Core (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Dec 25, 2020
1 parent 56e3a4b commit af100c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions templates/dashd.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ addressindex=1
timestampindex=1
spentindex=1

{{? it.network === 'testnet'}}testnet=1
[test]{{??}}# ZeroMQ notifications (required for Insight)
# ZeroMQ notifications
zmqpubrawtx=tcp://0.0.0.0:29998
zmqpubrawtxlock=tcp://0.0.0.0:29998
zmqpubhashblock=tcp://0.0.0.0:29998
zmqpubrawchainlock=tcp://0.0.0.0:29998{{?}}
{{? it.network === 'local'}}
zmqpubrawchainlocksig=tcp://0.0.0.0:29998
zmqpubrawtxlocksig=tcp://0.0.0.0:29998

{{? it.network === 'testnet'}}testnet=1
[test]
{{?? it.network === 'local'}}
regtest=1
[regtest]{{?? it.network === 'evonet'}}
devnet={{=it.core.devnetName}}
Expand Down

0 comments on commit af100c8

Please sign in to comment.