lndmon icon indicating copy to clipboard operation
lndmon copied to clipboard

Signet support

Open rsafier opened this issue 2 years ago • 1 comments

Tried to setup lndmon with a custom signet, but was informed by the error message that signet is not yet supported.

rsafier avatar Mar 16 '22 18:03 rsafier

requires lndclient to support signet: https://github.com/lightninglabs/lndclient/issues/94 Then should be just adding signet as choice in config.go:

Network string `long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet" choice:"signet"`

rsafier avatar Oct 11 '22 21:10 rsafier