We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef60ffd commit 21766beCopy full SHA for 21766be
lightning/src/ln/monitor_tests.rs
@@ -391,7 +391,7 @@ fn test_claim_value_force_close() {
391
let spend_tx = nodes[1].keys_manager.backing.spend_spendable_outputs(&[&outputs[0]], Vec::new(),
392
Builder::new().push_opcode(opcodes::all::OP_RETURN).into_script(), 253, &Secp256k1::new()).unwrap();
393
check_spends!(spend_tx, b_broadcast_txn[0]);
394
- }
+ } else { panic!(); }
395
396
assert_eq!(Vec::<ClaimableBalance>::new(),
397
nodes[1].chain_monitor.chain_monitor.monitors.read().unwrap().get(&funding_outpoint).unwrap().get_claimable_balances());
0 commit comments