Skip to content

Commit d789522

Browse files
testing: cln pool bitcoind faster
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent a84a279 commit d789522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/src/cln.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl Node {
9898
let process = macros::lightningd!(
9999
dir,
100100
port,
101-
"--network={} --log-level=debug --bitcoin-rpcuser={} --bitcoin-rpcpassword={} --bitcoin-rpcport={} {}",
101+
"--network={} --log-level=debug --dev-bitcoind-poll=1 --bitcoin-rpcuser={} --bitcoin-rpcpassword={} --bitcoin-rpcport={} {}",
102102
network,
103103
btc.user,
104104
btc.pass,

0 commit comments

Comments
 (0)