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 4fa192d commit bdaffefCopy full SHA for bdaffef
test.py
@@ -72,7 +72,7 @@ def create_token(client, operator_id, admin_key):
72
.freeze_with(client)
73
)
74
transaction.sign(client.operator_private_key)
75
- transaction.sign(client.admin_key)
+ transaction.sign(admin_key)
76
77
78
try:
0 commit comments