From c3480c6066c463b795c77e324d131a6eda04b388 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Wed, 28 Aug 2019 15:41:59 +0200 Subject: [PATCH] lntest/bitcoind: set debug loglevel Co-authored-by: Wilmer Paulino --- lntest/bitcoind.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lntest/bitcoind.go b/lntest/bitcoind.go index dd0cc5e96..0a73c86e8 100644 --- a/lntest/bitcoind.go +++ b/lntest/bitcoind.go @@ -100,6 +100,7 @@ func NewBackend(miner string, netParams *chaincfg.Params) ( bitcoind := exec.Command( "bitcoind", "-datadir="+tempBitcoindDir, + "-debug", "-regtest", "-txindex", "-whitelist=127.0.0.1", // whitelist localhost to speed up relay