File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ fn test_balances_on_local_commitment_htlcs() {
755
755
756
756
#[ test]
757
757
fn test_no_preimage_inbound_htlc_balances ( ) {
758
- // Tests that MaybePreimageCLaimableHTLCAwaitingTImeouts are generated for inbound HTLCs for
758
+ // Tests that MaybePreimageClaimableHTLCAwaitingTimeouts are generated for inbound HTLCs for
759
759
// which we do not have a preimage.
760
760
let chanmon_cfgs = create_chanmon_cfgs ( 2 ) ;
761
761
let node_cfgs = create_node_cfgs ( 2 , & chanmon_cfgs) ;
@@ -905,7 +905,6 @@ fn test_no_preimage_inbound_htlc_balances() {
905
905
confirmation_height: as_timeout_claimable_height,
906
906
} ] ) ,
907
907
sorted_vec( nodes[ 0 ] . chain_monitor. chain_monitor. get_monitor( funding_outpoint) . unwrap( ) . get_claimable_balances( ) ) ) ;
908
- assert ! ( nodes[ 0 ] . node. get_and_clear_pending_events( ) . is_empty( ) ) ;
909
908
910
909
mine_transaction ( & nodes[ 0 ] , & bs_htlc_timeout_claim[ 0 ] ) ;
911
910
assert_eq ! ( sorted_vec( vec![ Balance :: ClaimableAwaitingConfirmations {
You can’t perform that action at this time.
0 commit comments