Skip to content

Commit b901c20

Browse files
authored
Merge pull request #111 from LN-Zap/signet
config: add support for signet
2 parents 745d3d1 + 850c904 commit b901c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
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"`
26+
Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" 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)