TypeError: Unknown kwargs: ['from']
when calling account.sign_transaction
#18
Labels
bug
Something isn't working
Environment information
ape
and plugin versions:What went wrong?
When signing a transaction with the aws account, it raises TypeError like below
How can it be fixed?
Removing the
from
field from the model_dump before passing it toserializable_unsigned_transaction_from_dict
seems to solve this for me.https://github.com/ApeWorX/ape-aws/blob/main/ape_aws/accounts.py#L94
The text was updated successfully, but these errors were encountered: