-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insufficient funds error with sendTransaction using account signing #2489
Comments
The returned value from |
The balance is enough: As I said, the same works on beta 36 |
Since I don't have access to the specifics of your env, could you test the same code but with gas price set to 0? That could help us narrow it down, @guifel. |
For the logs: One reason why this could happen is missing hex-encoding of the gas values:
you would think this means we will pay 318019 * 2 = 636038 gas, by a price of 2gwei, should be = 1272076 gwei = 0.001272076 ether.
which is ~150745611034 ether ^^
|
Description
Using beta 48. I try to send a transaction from an address with sufficient balance with the private key stored in the account module.
Expected behavior
Transaction should go through (Or display a different error message if I am missing something).
Actual behavior
Steps to reproduce the behavior
The same code works for beta 36. On beta 46 I get the error
TypeError: Cannot create property 'from' on string '0xf86303843b9aca0082753094829bd824b016326a401d083b33d092293333a83064802ca039e64f244297c5791cc004dfdb82036f270594d0e60254f8095d24a987a481e5a072f761082059a356c9be2997bf90a6ef6afab3e61b7758385aec80d4e9af21f9' at Object.inputTransactionFormatter
Tried on nodejs and Chrome.
Versions
The text was updated successfully, but these errors were encountered: