pub fn create_chan_between_nodes_with_value_init<'a, 'b, 'c>(
    node_a: &Node<'a, 'b, 'c>,
    node_b: &Node<'a, 'b, 'c>,
    channel_value: u64,
    push_msat: u64,
) -> Transaction