Skip to content

Commit 59f6f15

Browse files
committed
admin_key generate distinct
1 parent f62a3b4 commit 59f6f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ def delete_token(client, token_id, admin_key):
147147

148148
def main():
149149
operator_id, operator_key = load_operator_credentials()
150-
admin_key = PrivateKey.from_string(os.getenv('ADMIN_KEY'))
150+
# admin_key = PrivateKey.from_string(os.getenv('ADMIN_KEY'))
151+
admin_key = PrivateKey.generate()
151152

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

0 commit comments

Comments
 (0)