multi: add nochainbackend option

This commit is contained in:
Oliver Gugger
2022-01-05 11:04:31 +01:00
parent da59c1fa62
commit 0bdac59a8c
4 changed files with 236 additions and 1 deletions

View File

@@ -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"