pub fn test_revoked_htlc_claim_txn_broadcast<'a, 'b, 'c>(
    node: &Node<'a, 'b, 'c>,
    revoked_tx: Transaction,
    commitment_revoked_tx: Transaction,
)
Expand description

Tests that the given node has broadcast a claim transaction against the provided revoked HTLC transaction.