Skip to content

Commit 3d00314

Browse files
committed
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.
1 parent faa68a2 commit 3d00314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lntest/bitcoind_common.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ func newBackend(miner string, netParams *chaincfg.Params, extraArgs []string,
131131
"-debug",
132132
"-debugexclude=libevent",
133133
"-debuglogfile=" + logFile,
134+
"-blockfilterindex",
135+
"-peerblockfilters",
134136
}
135137
cmdArgs = append(cmdArgs, extraArgs...)
136138
bitcoind := exec.Command("bitcoind", cmdArgs...)

0 commit comments

Comments
 (0)