Skip to content

Commit 6021d76

Browse files
committed
f fix
1 parent 7e86255 commit 6021d76

File tree

1 file changed

+2
-2
lines changed
  • lightning-background-processor/src

1 file changed

+2
-2
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,8 +2379,8 @@ mod tests {
23792379
42,
23802380
53,
23812381
features,
2382-
$nodes[0].node.get_our_node_id(),
2383-
$nodes[1].node.get_our_node_id(),
2382+
$nodes[0].node.get_our_node_id().into(),
2383+
$nodes[1].node.get_our_node_id().into(),
23842384
)
23852385
.expect("Failed to update channel from partial announcement");
23862386
let original_graph_description = $nodes[0].network_graph.to_string();

0 commit comments

Comments
 (0)