lntest: add build flag for disabling txindex on bitcoind

We create a new build flag for running the bitcoind tests without the
txindex enabled. We don't want this to be the default so we use a
negated build flag.
This commit is contained in:
Oliver Gugger
2020-10-09 13:35:04 +02:00
parent b7fc7c3dae
commit 3e3618ae9a
2 changed files with 23 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// +build bitcoind
// +build !notxindex
package lntest