We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd56748 commit ff127d2Copy full SHA for ff127d2
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" choice:"signet"`
+ Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"testnet4" 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