mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-25 21:21:33 +02:00
lntest/bitcoind: set debug loglevel
Co-authored-by: Wilmer Paulino <wilmer.paulino@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user