mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 06:01:48 +02:00
multi: add nochainbackend option
This commit is contained in:
@@ -1230,6 +1230,10 @@ func ValidateConfig(cfg Config, interceptor signal.Interceptor, fileParser,
|
||||
case "neutrino":
|
||||
// No need to get RPC parameters.
|
||||
|
||||
case "nochainbackend":
|
||||
// Nothing to configure, we're running without any chain
|
||||
// backend whatsoever (pure signing mode).
|
||||
|
||||
default:
|
||||
str := "only btcd, bitcoind, and neutrino mode " +
|
||||
"supported for bitcoin at this time"
|
||||
|
Reference in New Issue
Block a user