Skip to content

Commit

Permalink
tramp: remove waitsendpay timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Dec 19, 2024
1 parent 7543eca commit 7883854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gl-plugin/src/tramp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ async fn do_pay(
match rpc
.call_typed(&cln_rpc::model::requests::WaitsendpayRequest {
payment_hash: payment_hash,
timeout: Some(120),
timeout: None,
partid: Some(part_id),
groupid: Some(group_id),
})
Expand Down

0 comments on commit 7883854

Please sign in to comment.