lntest/bitcoind: set debug loglevel

Co-authored-by: Wilmer Paulino <wilmer.paulino@gmail.com>
This commit is contained in:
Johan T. Halseth 2019-08-28 15:41:59 +02:00
parent 168fc4e1ab
commit c3480c6066
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -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