pub fn fail_payment<'a, 'b, 'c>(
    origin_node: &Node<'a, 'b, 'c>,
    expected_path: &[&Node<'a, 'b, 'c>],
    our_payment_hash: PaymentHash,
)