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 Feb 2, 2024
1 parent afb1547 commit e83549b
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 e83549b

Please sign in to comment.