Skip to content

Commit 0a202c1

Browse files
authored
Merge pull request #4041 from tnull/2025-09-lsps2-remove-stray-println
Remove stray `println` from LSPS2 tests
2 parents 86c6960 + 907f9f6 commit 0a202c1

File tree

1 file changed

+0
-1
lines changed
  • lightning-liquidity/src/lsps2

1 file changed

+0
-1
lines changed

lightning-liquidity/src/lsps2/msgs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ mod tests {
446446
);
447447

448448
let opening_fee_params = raw.into_opening_fee_params(&promise_secret, &client_node_id);
449-
println!("SERIALIZATION: {}", serde_json::json!(opening_fee_params).to_string());
450449
let json_str = r#"{"max_client_to_self_delay":128,"max_payment_size_msat":"100000000","min_fee_msat":"100","min_lifetime":144,"min_payment_size_msat":"1","promise":"75eb57db4c37dc092a37f1d2e0026c5ff36a7834a717ea97c41d91a8d5b50ce8","proportional":21,"valid_until":"2023-05-20T08:30:45Z"}"#;
451450
assert_eq!(json_str, serde_json::json!(opening_fee_params).to_string());
452451
assert_eq!(opening_fee_params, serde_json::from_str(json_str).unwrap());

0 commit comments

Comments
 (0)