We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0ee78a + 6480d8a commit 6c0b35bCopy full SHA for 6c0b35b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# v2.7.1
4
+
5
+- Minor type fix in the `outgoing_payments_for_payment_hash` query.
6
7
# v2.7.0
8
9
- Add `fail_htlcs` function to cancel pending htlcs (for example for HODL invoices).
lightspark/scripts/outgoing_payments_for_payment_hash.py
@@ -4,7 +4,7 @@
OUTGOING_PAYMENTS_FOR_PAYMENT_HASH_QUERY = f"""
query OutgoingPaymentsForPaymentHash(
- $payment_hash: String!,
+ $payment_hash: Hash32!,
$transaction_statuses: [TransactionStatus!] = null
) {{
10
outgoing_payments_for_payment_hash(input: {{
lightspark/version.py
@@ -1 +1 @@
-__version__ = "2.7.0"
+__version__ = "2.7.1"
0 commit comments