mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
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:
@ -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...)
|
||||
|
Reference in New Issue
Block a user