pub fn create_coinbase_funding_transaction<'a, 'b, 'c>(
    node: &Node<'a, 'b, 'c>,
    expected_counterparty_node_id: &PublicKey,
    expected_chan_value: u64,
    expected_user_chan_id: u128,
) -> (ChannelId, Transaction, OutPoint)