Skip to content

Commit 408a443

Browse files
committed
Fix a type issue in the outgoing_payments_for_payment_hash query
1 parent e0ee78a commit 408a443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightspark/scripts/outgoing_payments_for_payment_hash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
OUTGOING_PAYMENTS_FOR_PAYMENT_HASH_QUERY = f"""
66
query OutgoingPaymentsForPaymentHash(
7-
$payment_hash: String!,
7+
$payment_hash: Hash32!,
88
$transaction_statuses: [TransactionStatus!] = null
99
) {{
1010
outgoing_payments_for_payment_hash(input: {{

0 commit comments

Comments
 (0)