Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
exploreriii committed Dec 15, 2024
1 parent 2b66a5e commit f62a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit f62a3b4

Please sign in to comment.