Skip to content

Commit a52a293

Browse files
committed
f vecdeque
1 parent c70beff commit a52a293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ mod tests {
12821282
],
12831283
payee: Some(Payee::new(nodes[1].node.get_our_node_id())),
12841284
};
1285-
let mut routes = LinkedList::new();
1285+
let mut routes = VecDeque::new();
12861286
routes.push_back(Ok(route.clone()));
12871287
// On retry, split the payment across both channels.
12881288
route.paths.push(route.paths[0].clone());

0 commit comments

Comments
 (0)