We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4453ab commit 571a67eCopy full SHA for 571a67e
testing/src/cln.rs
@@ -98,7 +98,7 @@ impl Node {
98
let process = macros::lightningd!(
99
dir,
100
port,
101
- "--network={} --log-level=debug --bitcoin-rpcuser={} --bitcoin-rpcpassword={} --bitcoin-rpcport={} {}",
+ "--network={} --log-level=debug --dev-bitcoind-poll=1 --bitcoin-rpcuser={} --bitcoin-rpcpassword={} --bitcoin-rpcport={} {}",
102
network,
103
btc.user,
104
btc.pass,
0 commit comments