(VirtualMachineError): v must be 0x0 or 0x1 for EIP-2718 style signatures
when calling account.sign_transaction()
#19
Labels
bug
Something isn't working
Environment information
ape
and plugin versions:What went wrong?
When submitting an unsigned transaction, it errors out with the error
(VirtualMachineError) transaction could not be decoded: v must be 0x0 or 0x1 for EIP-2718 style signatures
How can it be fixed?
https://github.com/ApeWorX/ape-aws/blob/main/ape_aws/accounts.py#L98
Replacing this line to use 1 as the
v
value seems to fix this for me on Eth mainnet.The text was updated successfully, but these errors were encountered: