Skip to content

Commit 1ddf9c8

Browse files
committed
multi: Upgrade to ldk v20
We update to ldk v20 for the latest blinded route updates, namely being able to create a blinded route that's more than one hop. On top of that we use a custom versoin with a small change, which we need in order to send an onion message along a specified path for LNDK's integration tests: lightningdevkit/rust-lightning#2868
1 parent 661e889 commit 1ddf9c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ async fn test_lndk_forwards_onion_message() {
6363
// Notice that ldk1 and ldk2 are not connected directly to each other.
6464
let (pubkey, addr) = ldk1.get_node_info();
6565
let (pubkey_2, addr_2) = ldk2.get_node_info();
66+
6667
lnd.connect_to_peer(pubkey, addr).await;
6768
lnd.connect_to_peer(pubkey_2, addr_2).await;
6869
let lnd_info = lnd.get_info().await;

0 commit comments

Comments
 (0)