Skip to content
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

(Bug - Trust Wallet) Transaction error after voting. Tx nonce is too low. #163

Open
hashguide opened this issue Jul 25, 2018 · 2 comments
Open

Comments

@hashguide
Copy link

Transaction Error using an Android phone and Trust Wallet app to place vote. Had to reload the voting dapp after voting each time to be able to successfully vote.

Transaction Error 
Transaction nonce is too low. Try incrementing the nonce.

After refreshing the dapp within Trust dapp browser, casting a vote was successful for each ballot.
This was done using Android phone Samsung Galaxy S6.
Trust Wallet version 1.5.144

screenshot_20180721-092505

@6proof
Copy link

6proof commented Jul 25, 2018

Thanks for testing and reporting this hashguide.

@varasev
Copy link
Contributor

varasev commented Jul 27, 2018

@vikmeup @madcake @kolya182 could it be the issue with TrustWallet app or it is on our side? We use web3.eth.sendTransaction:

web3.eth.sendTransaction(
{
from: contractsStore.votingKey,
to,
gasPrice: web3.utils.toWei('1', 'gwei'),
data
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants