diff --git a/libs/gl-plugin/src/tramp.rs b/libs/gl-plugin/src/tramp.rs index 64a46b8bf..a6a170c1a 100644 --- a/libs/gl-plugin/src/tramp.rs +++ b/libs/gl-plugin/src/tramp.rs @@ -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), })