Skip to content

Commit

Permalink
Remove default param gql on PayUmaInvoice (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyav authored Jul 25, 2024
1 parent 798ac95 commit 8524cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightspark/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ impl<K: OperationSigningKey> LightsparkClient<K> {
$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
Expand Down

0 comments on commit 8524cbe

Please sign in to comment.