File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7252,8 +7252,8 @@ fn test_bump_penalty_txn_on_revoked_htlcs() {
72527252 assert_ne ! ( node_txn[ 0 ] . input[ 0 ] . previous_output, node_txn[ 2 ] . input[ 0 ] . previous_output) ;
72537253 assert_ne ! ( node_txn[ 1 ] . input[ 0 ] . previous_output, node_txn[ 2 ] . input[ 0 ] . previous_output) ;
72547254
7255- assert_eq ! ( node_txn[ 0 ] . input[ 0 ] . previous_output, revoked_htlc_txn[ 0 ] . input[ 0 ] . previous_output) ;
7256- assert_eq ! ( node_txn[ 1 ] . input[ 0 ] . previous_output, revoked_htlc_txn[ 1 ] . input[ 0 ] . previous_output) ;
7255+ assert_eq ! ( node_txn[ 0 ] . input[ 0 ] . previous_output, revoked_htlc_txn[ 1 ] . input[ 0 ] . previous_output) ;
7256+ assert_eq ! ( node_txn[ 1 ] . input[ 0 ] . previous_output, revoked_htlc_txn[ 0 ] . input[ 0 ] . previous_output) ;
72577257
72587258 // node_txn[3] spends the revoked outputs from the revoked_htlc_txn (which only have one
72597259 // output, checked above).
You can’t perform that action at this time.
0 commit comments