Skip to content

Commit ff127d2

Browse files
config: add support for testnet4
1 parent fd56748 commit ff127d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type lndConfig struct {
2323
Host string `long:"host" description:"lnd instance rpc address"`
2424

2525
// 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"`
26+
Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"testnet4" choice:"mainnet" choice:"simnet" choice:"signet"`
2727

2828
// MacaroonDir is the path to lnd macaroons.
2929
MacaroonDir string `long:"macaroondir" description:"Path to lnd macaroons"`

0 commit comments

Comments
 (0)