mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
Fix stale comment in functional_tests after failing back async
This commit is contained in:
parent
913d56ecab
commit
e662fa14af
1 changed files with 2 additions and 2 deletions
|
@ -3050,8 +3050,8 @@ fn do_test_commitment_revoked_fail_backward_exhaustive(deliver_bs_raa: bool, use
|
||||||
|
|
||||||
if deliver_bs_raa {
|
if deliver_bs_raa {
|
||||||
nodes[1].node.handle_revoke_and_ack(&nodes[2].node.get_our_node_id(), &bs_raa).unwrap();
|
nodes[1].node.handle_revoke_and_ack(&nodes[2].node.get_our_node_id(), &bs_raa).unwrap();
|
||||||
// One monitor for the new revocation preimage, one as we generate a commitment for
|
// One monitor for the new revocation preimage, no second on as we won't generate a new
|
||||||
// nodes[0] to fail first_payment_hash backwards.
|
// commitment transaction for nodes[0] until process_pending_htlc_forwards().
|
||||||
check_added_monitors!(nodes[1], 1);
|
check_added_monitors!(nodes[1], 1);
|
||||||
let events = nodes[1].node.get_and_clear_pending_events();
|
let events = nodes[1].node.get_and_clear_pending_events();
|
||||||
assert_eq!(events.len(), 1);
|
assert_eq!(events.len(), 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue