Skip to content

Commit 3a540d6

Browse files
committed
create_test_mode_payment is not a signed operation.
1 parent 5dbcf54 commit 3a540d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightspark/lightspark_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def create_test_mode_payment(
284284
json = self._requester.execute_graphql(
285285
CREATE_TEST_MODE_PAYMENT_MUTATION,
286286
variables,
287-
self.get_signing_key(local_node_id),
288287
)
289288
return IncomingPayment_from_json(
290289
self._requester, json["create_test_mode_payment"]["incoming_payment"]

0 commit comments

Comments
 (0)