Skip to content

Commit

Permalink
improve zmq-enabled config description
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed May 21, 2024
1 parent bc45ea7 commit f13e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
"zmq-enabled": {
type: "boolean",
name: "ZeroMQ Enabled",
description: "Enable the ZeroMQ interface",
description: "The ZeroMQ interface is useful for some applications which might require data related to block and transaction events from Bitcoin Core. For example, LND requires ZeroMQ be enabled for LND to get the latest block data",
default: true,
},
txindex: {
Expand Down

0 comments on commit f13e209

Please sign in to comment.