pub fn create_chan_between_nodes_with_value_confirm_first<'a, 'b, 'c, 'd>(
    node_recv: &'a Node<'b, 'c, 'c>,
    node_conf: &'a Node<'b, 'c, 'd>,
    tx: &Transaction,
    conf_height: u32,
)