lntest: move debug flag, disable spammy libevent

This commit is contained in:
Oliver Gugger
2024-09-03 11:57:59 +02:00
parent 6ac1ffd274
commit 56a36acf63
4 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ func NewBackend(miner string, netParams *chaincfg.Params) (
*BitcoindBackendConfig, func() error, error) {
extraArgs := []string{
"-debug",
"-regtest",
"-txindex",
"-disablewallet",