Looks like some other account is being used to generate the signature for sending the transaction. I tried to decode the signature, and from address is different, which results in insufficient funds in account error.
From Address(default selected index - 0): 0x7d5F4C52D2bA65B148d973dd1F8503fF5Fe3eADe
Description
Looks like some other account is being used to generate the signature for sending the transaction. I tried to decode the signature, and from address is different, which results in insufficient funds in account error.
From Address(default selected index - 0):
0x7d5F4C52D2bA65B148d973dd1F8503fF5Fe3eADe
Generated Signature:
Decoded Signature:
Check the
from
, it's not the same as the From address which results in insufficient funds from the RPC .Reproducible Steps:
sendTransaction
method addsignTransaction
to generate signature for the transaction as well.