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 5dbcf54 + 3a540d6 commit 29ce0ffCopy full SHA for 29ce0ff
lightspark/lightspark_client.py
@@ -284,7 +284,6 @@ def create_test_mode_payment(
284
json = self._requester.execute_graphql(
285
CREATE_TEST_MODE_PAYMENT_MUTATION,
286
variables,
287
- self.get_signing_key(local_node_id),
288
)
289
return IncomingPayment_from_json(
290
self._requester, json["create_test_mode_payment"]["incoming_payment"]
0 commit comments