mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 21:42:48 +01:00
LND: Add configs for gossip in test env (#4378)
This commit is contained in:
parent
344a8fd759
commit
c2d8735dd7
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ trait LndRpcTestUtil extends Logging {
|
|||
|bitcoin.node = bitcoind
|
||||
|norest=true
|
||||
|debuglevel=critical
|
||||
|historicalsyncinterval=1s
|
||||
|trickledelay=1000
|
||||
|listen=127.0.0.1:$port
|
||||
|rpclisten=127.0.0.1:$rpcPort
|
||||
|externalip=127.0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue