mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 13:42:49 +02:00
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:
@@ -1,4 +1,5 @@
|
||||
// +build bitcoind
|
||||
// +build !notxindex
|
||||
|
||||
package lntest
|
||||
|
||||
|
Reference in New Issue
Block a user