lndmon
lndmon copied to clipboard
Signet support
Tried to setup lndmon with a custom signet, but was informed by the error message that signet is not yet supported.
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"`