From 3a540d6eda1dc188341c11e8e57f7982b112d9c0 Mon Sep 17 00:00:00 2001 From: Zhen Lu Date: Wed, 27 Mar 2024 20:52:39 -0700 Subject: [PATCH] create_test_mode_payment is not a signed operation. --- lightspark/lightspark_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lightspark/lightspark_client.py b/lightspark/lightspark_client.py index 3bcc6a5..250c46c 100644 --- a/lightspark/lightspark_client.py +++ b/lightspark/lightspark_client.py @@ -284,7 +284,6 @@ def create_test_mode_payment( json = self._requester.execute_graphql( CREATE_TEST_MODE_PAYMENT_MUTATION, variables, - self.get_signing_key(local_node_id), ) return IncomingPayment_from_json( self._requester, json["create_test_mode_payment"]["incoming_payment"]