Skip to content

Commit a8b7eff

Browse files
JssDWtcdecker
authored andcommitted
tramp: remove waitsendpay timeout
1 parent 7543eca commit a8b7eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/gl-plugin/src/tramp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async fn do_pay(
340340
match rpc
341341
.call_typed(&cln_rpc::model::requests::WaitsendpayRequest {
342342
payment_hash: payment_hash,
343-
timeout: Some(120),
343+
timeout: None,
344344
partid: Some(part_id),
345345
groupid: Some(group_id),
346346
})

0 commit comments

Comments
 (0)