Skip to content

Commit d41ff77

Browse files
committed
f check
1 parent 13feab6 commit d41ff77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/monitor_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fn test_spendable_output<'a, 'b, 'c, 'd>(node: &'a Node<'b, 'c, 'd>, spendable_t
9191
let spend_tx = node.keys_manager.backing.spend_spendable_outputs(&[&outputs[0]], Vec::new(),
9292
Builder::new().push_opcode(opcodes::all::OP_RETURN).into_script(), 253, &Secp256k1::new()).unwrap();
9393
check_spends!(spend_tx, spendable_tx);
94-
}
94+
} else { panic!(); }
9595
}
9696

9797
#[test]

0 commit comments

Comments
 (0)