Skip to content

Commit

Permalink
Remove default null on PayUmaInvoice (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyav authored Jul 22, 2024
1 parent d5af051 commit 7363b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const val PayUmaInvoiceMutation = """
${'$'}timeout_secs: Int!
${'$'}maximum_fees_msats: Long!
${'$'}amount_msats: Long
${'$'}sender_hash: String = null
${'$'}sender_hash: String
) {
pay_uma_invoice(
input: {
Expand Down

0 comments on commit 7363b21

Please sign in to comment.