You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm trying to do a basic transaction and I can't because my key isn't working. I'm trying it for the WAX Network and the private keys are like:
PVT_K1_xxxxxxxxxxxxxxxxxxxxxxxxxxx
instead of
EOSxxxxx
The error I get is: aioeos.exceptions.EosRpcException: {'code': 3090003, 'name': 'unsatisfied_authorization', 'what': 'Provided keys, permissions, and delays do not satisfy declared authorizations', 'details': [{'message': 'transaction declares authority \'{"actor":"ygzk4.wam","permission":"active"}\', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys ["EOS5Esxxxxxxx"], and a delay max limit of 3888000000 ms', 'file': 'authorization_manager.cpp', 'line_number': 532, 'method': 'check_authorization'}]}
It seems to automatically turn my key into EOS Key but it's still not working
The text was updated successfully, but these errors were encountered:
It's not aioeos problem, i see you account name is 'ygzk4.wam', it's wax cloud wallet account , private key is managed, so you can't have access to its private key, i think the private key is wrong, It doesn't belong to this account
So I'm trying to do a basic transaction and I can't because my key isn't working. I'm trying it for the WAX Network and the private keys are like:
PVT_K1_xxxxxxxxxxxxxxxxxxxxxxxxxxx
instead of
EOSxxxxx
The error I get is:
aioeos.exceptions.EosRpcException: {'code': 3090003, 'name': 'unsatisfied_authorization', 'what': 'Provided keys, permissions, and delays do not satisfy declared authorizations', 'details': [{'message': 'transaction declares authority \'{"actor":"ygzk4.wam","permission":"active"}\', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys ["EOS5Esxxxxxxx"], and a delay max limit of 3888000000 ms', 'file': 'authorization_manager.cpp', 'line_number': 532, 'method': 'check_authorization'}]}
It seems to automatically turn my key into EOS Key but it's still not working
The text was updated successfully, but these errors were encountered: