Skip to content

Commit bdaffef

Browse files
committed
client
1 parent 4fa192d commit bdaffef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def create_token(client, operator_id, admin_key):
7272
.freeze_with(client)
7373
)
7474
transaction.sign(client.operator_private_key)
75-
transaction.sign(client.admin_key)
75+
transaction.sign(admin_key)
7676

7777

7878
try:

0 commit comments

Comments
 (0)