Skip to content

Commit 7c479ee

Browse files
committed
f: Also assert the condition :)
1 parent baf9907 commit 7c479ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/blinded_payment_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ fn blinded_payment_path_padding() {
13601360
&chanmon_cfgs[4].keys_manager
13611361
);
13621362

1363-
is_properly_padded(&blinded_path.1);
1363+
assert!(is_properly_padded(&blinded_path.1));
13641364

13651365
let route_params = RouteParameters::from_payment_params_and_value(PaymentParameters::blinded(vec![blinded_path]), amt_msat);
13661366

0 commit comments

Comments
 (0)