Skip to content

Commit

Permalink
testing: cln pool bitcoind faster
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Feb 27, 2024
1 parent a84a279 commit b79651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/cln.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b79651d

Please sign in to comment.