Skip to content

Commit

Permalink
Merge pull request #111 from LN-Zap/signet
Browse files Browse the repository at this point in the history
config: add support for signet
  • Loading branch information
Roasbeef authored Aug 22, 2024
2 parents 745d3d1 + 850c904 commit b901c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type lndConfig struct {
Host string `long:"host" description:"lnd instance rpc address"`

// Network is the network that lnd is running on, i.e. mainnet.
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"`

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

0 comments on commit b901c20

Please sign in to comment.