From 571a67e80cf69a8e6617438f5294506687211435 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 27 Feb 2024 10:50:26 +0100 Subject: [PATCH] testing: cln pool bitcoind faster Signed-off-by: Vincenzo Palazzo --- testing/src/cln.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/src/cln.rs b/testing/src/cln.rs index 024a18d..e0afdcf 100644 --- a/testing/src/cln.rs +++ b/testing/src/cln.rs @@ -98,7 +98,7 @@ impl Node { let process = macros::lightningd!( dir, port, - "--network={} --log-level=debug --bitcoin-rpcuser={} --bitcoin-rpcpassword={} --bitcoin-rpcport={} {}", + "--network={} --log-level=debug --dev-bitcoind-poll=1 --bitcoin-rpcuser={} --bitcoin-rpcpassword={} --bitcoin-rpcport={} {}", network, btc.user, btc.pass,