From 78838548329fb72454c3d2d6c5979f855da206bd Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Thu, 19 Dec 2024 15:12:42 +0100 Subject: [PATCH] tramp: remove waitsendpay timeout --- libs/gl-plugin/src/tramp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), })