mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-04 10:42:25 +02:00
multi: new bitcoind rpcpolling backend for itests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//go:build bitcoind && notxindex
|
||||
// +build bitcoind,notxindex
|
||||
//go:build bitcoind && notxindex && !rpcpolling
|
||||
// +build bitcoind,notxindex,!rpcpolling
|
||||
|
||||
package lntest
|
||||
|
||||
@@ -18,5 +18,5 @@ func NewBackend(miner string, netParams *chaincfg.Params) (
|
||||
"-disablewallet",
|
||||
}
|
||||
|
||||
return newBackend(miner, netParams, extraArgs)
|
||||
return newBackend(miner, netParams, extraArgs, false)
|
||||
}
|
||||
|
Reference in New Issue
Block a user