mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 01:26:23 +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",
|
"-debug",
|
||||||
"-debugexclude=libevent",
|
"-debugexclude=libevent",
|
||||||
"-debuglogfile=" + logFile,
|
"-debuglogfile=" + logFile,
|
||||||
|
"-blockfilterindex",
|
||||||
|
"-peerblockfilters",
|
||||||
}
|
}
|
||||||
cmdArgs = append(cmdArgs, extraArgs...)
|
cmdArgs = append(cmdArgs, extraArgs...)
|
||||||
bitcoind := exec.Command("bitcoind", cmdArgs...)
|
bitcoind := exec.Command("bitcoind", cmdArgs...)
|
||||||
|
Reference in New Issue
Block a user