Skip to content

Commit f62a3b4

Browse files
committed
typo
1 parent 2b66a5e commit f62a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def create_token(client, operator_id, admin_key):
6464
.set_admin_key(admin_key)
6565
.freeze_with(client)
6666
)
67-
transaction.sign(client.admin_key)
67+
transaction.sign(admin_key)
6868
transaction.sign(client.operator_private_key)
6969

7070

0 commit comments

Comments
 (0)