Skip to content

Commit

Permalink
sign admin as is set
Browse files Browse the repository at this point in the history
  • Loading branch information
exploreriii committed Dec 15, 2024
1 parent 9a1b634 commit 2b66a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +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(client.operator_private_key)


Expand Down

0 comments on commit 2b66a5e

Please sign in to comment.