From 8524cbe45194a13f90fe3c61d7f75210e938bd24 Mon Sep 17 00:00:00 2001 From: Shreya Vissamsetti Date: Thu, 25 Jul 2024 09:47:27 -0700 Subject: [PATCH] Remove default param gql on PayUmaInvoice (#53) --- lightspark/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightspark/src/client.rs b/lightspark/src/client.rs index 559ebd9..8f81ebc 100644 --- a/lightspark/src/client.rs +++ b/lightspark/src/client.rs @@ -993,7 +993,7 @@ impl LightsparkClient { $timeout_secs: Int! $maximum_fees_msats: Long! $amount_msats: Long - $sender_hash: String = null + $sender_hash: String ) {{ pay_uma_invoice(input: {{ node_id: $node_id