pub fn create_announced_chan_between_nodes<'a, 'b, 'c, 'd>(
    nodes: &'a Vec<Node<'b, 'c, 'd>>,
    a: usize,
    b: usize,
) -> (ChannelUpdate, ChannelUpdate, ChannelId, Transaction)
where 'c: 'd,