We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee78a commit 408a443Copy full SHA for 408a443
lightspark/scripts/outgoing_payments_for_payment_hash.py
@@ -4,7 +4,7 @@
4
5
OUTGOING_PAYMENTS_FOR_PAYMENT_HASH_QUERY = f"""
6
query OutgoingPaymentsForPaymentHash(
7
- $payment_hash: String!,
+ $payment_hash: Hash32!,
8
$transaction_statuses: [TransactionStatus!] = null
9
) {{
10
outgoing_payments_for_payment_hash(input: {{
0 commit comments