Skip to content

Commit

Permalink
admin_key generate distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
exploreriii committed Dec 15, 2024
1 parent f62a3b4 commit 59f6f15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ def delete_token(client, token_id, admin_key):

def main():
operator_id, operator_key = load_operator_credentials()
admin_key = PrivateKey.from_string(os.getenv('ADMIN_KEY'))
# admin_key = PrivateKey.from_string(os.getenv('ADMIN_KEY'))
admin_key = PrivateKey.generate()

network = Network(node_address='localhost:50211', node_account_id=AccountId(0, 0, 3))
client = Client(network)
Expand Down

0 comments on commit 59f6f15

Please sign in to comment.