We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b66a5e commit f62a3b4Copy full SHA for f62a3b4
test.py
@@ -64,7 +64,7 @@ def create_token(client, operator_id, admin_key):
64
.set_admin_key(admin_key)
65
.freeze_with(client)
66
)
67
- transaction.sign(client.admin_key)
+ transaction.sign(admin_key)
68
transaction.sign(client.operator_private_key)
69
70
0 commit comments