Skip to content

Commit

Permalink
Add network config parameter for creating a ldk instance
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalturtle committed Jan 18, 2024
1 parent dd5c1e7 commit 04d9853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ pub async fn start_ldk(args: config::LdkUserInfo, test_name: &str) -> node_api::
args.bitcoind_rpc_port,
args.bitcoind_rpc_username.clone(),
args.bitcoind_rpc_password.clone(),
args.network,
tokio::runtime::Handle::current(),
Arc::clone(&logger),
)
Expand Down

0 comments on commit 04d9853

Please sign in to comment.