Function breez_sdk_core::lightning::ln::functional_test_utils::mine_transaction
pub fn mine_transaction<'a, 'b, 'c, 'd>(
node: &'a Node<'b, 'c, 'd>,
tx: &Transaction,
) -> u64
Expand description
Mine a single block containing the given transaction
Returns the SCID a channel confirmed in the given transaction will have, assuming the funding output is the 1st output in the transaction.