From 0bd95fc0681e0116c66aee2279de794fa166b250 Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Thu, 8 Aug 2019 22:36:31 -0500 Subject: [PATCH] contrib: add txindex to bitcoind for regtest --- contrib/startup_regtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/startup_regtest.sh b/contrib/startup_regtest.sh index 16dfc0a12..28b897e27 100755 --- a/contrib/startup_regtest.sh +++ b/contrib/startup_regtest.sh @@ -69,7 +69,7 @@ alias bt-cli='bitcoin-cli -regtest' start_ln() { # Start bitcoind in the background test -f "$PATH_TO_BITCOIN/regtest/bitcoind.pid" || \ - bitcoind -daemon -regtest + bitcoind -daemon -regtest -txindex # Start the lightning nodes test -f /tmp/l1-regtest/lightningd-regtest.pid || \