Skip to content

Commit 29ce0ff

Browse files
authored
Merge pull request #32 from lightsparkdev/03-27-create_test_mode_payment_is_not_a_signed_operation
create_test_mode_payment is not a signed operation.
2 parents 5dbcf54 + 3a540d6 commit 29ce0ff

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)