You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing sendSignedTransaction, an error "insufficient funds for gas * price + value" is thrown. Can you please advise on the reason? Both userAddr and pub_addr have been confirmed to have sufficient balance.
The text was updated successfully, but these errors were encountered:
When executing sendSignedTransaction, an error "insufficient funds for gas * price + value" is thrown. Can you please advise on the reason? Both userAddr and pub_addr have been confirmed to have sufficient balance.
Yes by default the code attempts to transfer 1ETH (10e18 wei) . U should check the balance of the address to know how much to spend and also provide room for the gass price .
When executing sendSignedTransaction, an error "insufficient funds for gas * price + value" is thrown. Can you please advise on the reason? Both userAddr and pub_addr have been confirmed to have sufficient balance.
The text was updated successfully, but these errors were encountered: