We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e86255 commit 6021d76Copy full SHA for 6021d76
lightning-background-processor/src/lib.rs
@@ -2379,8 +2379,8 @@ mod tests {
2379
42,
2380
53,
2381
features,
2382
- $nodes[0].node.get_our_node_id(),
2383
- $nodes[1].node.get_our_node_id(),
+ $nodes[0].node.get_our_node_id().into(),
+ $nodes[1].node.get_our_node_id().into(),
2384
)
2385
.expect("Failed to update channel from partial announcement");
2386
let original_graph_description = $nodes[0].network_graph.to_string();
0 commit comments