Error: insufficient funds for gas * price + value (getting this error , i am using trezorjs)

319 Views Asked by At

I am using trezorjs library. I am creating transactions at ropstan but i get this error again and again . Could anyone help me out int this issue.

Error: insufficient funds for gas * price + value
    at Object.InvalidResponse (web3.min.js:1)
    at web3.min.js:1
    at XMLHttpRequest.r.onreadystatechange (web3.min.js:1)
1

There are 1 best solutions below

2
On

Did you check if you have enough ether for the transaction? That error occurs when you don't have enough ether for sending the transaction.