lntest: serve compact filters for neutrino

Enable this in bitcoind mode as well to be able to let a subset of LND nodes
to use neutrino with bitcoind backend.
This commit is contained in:
Boris Nagaev
2025-06-20 17:34:00 -03:00
parent faa68a220e
commit 3d0031435c

View File

@ -131,6 +131,8 @@ func newBackend(miner string, netParams *chaincfg.Params, extraArgs []string,
"-debug",
"-debugexclude=libevent",
"-debuglogfile=" + logFile,
"-blockfilterindex",
"-peerblockfilters",
}
cmdArgs = append(cmdArgs, extraArgs...)
bitcoind := exec.Command("bitcoind", cmdArgs...)