pub fn mine_transaction_without_consistency_checks<'a, 'b, 'c, 'd>(
    node: &'a Node<'b, 'c, 'd>,
    tx: &Transaction,
)
Expand description

Mine a single block containing the given transaction without extra consistency checks which may impact ChannelManager state.