From f62a3b40f90856d330b4895bb1f4e282ea4f186e Mon Sep 17 00:00:00 2001 From: exploreriii <133720349+exploreriii@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:33:24 +0000 Subject: [PATCH] typo --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 5bce741..bc1d453 100644 --- a/test.py +++ b/test.py @@ -64,7 +64,7 @@ def create_token(client, operator_id, admin_key): .set_admin_key(admin_key) .freeze_with(client) ) - transaction.sign(client.admin_key) + transaction.sign(admin_key) transaction.sign(client.operator_private_key)