Yahya Mukhtar
Yahya Mukhtar

Reputation: 474

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

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)

Upvotes: -1

Views: 326

Answers (1)

itsHarshad
itsHarshad

Reputation: 1639

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.

Upvotes: 0

Related Questions