We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 745d3d1 + 850c904 commit b901c20Copy full SHA for b901c20
config.go
@@ -23,7 +23,7 @@ type lndConfig struct {
23
Host string `long:"host" description:"lnd instance rpc address"`
24
25
// Network is the network that lnd is running on, i.e. mainnet.
26
- Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet"`
+ Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet" choice:"signet"`
27
28
// MacaroonDir is the path to lnd macaroons.
29
MacaroonDir string `long:"macaroondir" description:"Path to lnd macaroons"`
0 commit comments