ulamlabs / aioeos

Async Python library for interacting with EOS.io blockchain.
MIT License
12 stars 13 forks source link

WAX Private Key doesn't work #11

Open steeljardas opened 3 years ago

steeljardas commented 3 years ago

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

encoderlee commented 2 years ago

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