-
Notifications
You must be signed in to change notification settings - Fork 443
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
Getting error while trying to send transaction "Failed to fetch nonce" #531
Comments
is this still an issue as of 2.6.3? Is the sending address new, or has it made previous transactions? |
Yes its an issue as of 2.6.3. The sending account has only one transaction in which it was received some ETH. |
have you tried with the built-in Infura provider? |
Yes I have validated my
as error. |
I suspect your keystore/wallet is not set up correctly then. If you saw a change in behavior between the built-in provider and your original URL, there must be something wrong with your key, and it was resulting in the nonce error, because the node rejected your request. |
I followed as per #285 and
|
"Failed to locally sign a transaction" is an indicator that the public/private key pair don't match up. (hence my earlier comment about the wallet not being set-up correctly) To elaborate: when |
I tried with different wallet address and private key. Still the issue exists. Can you share a sample code on how to get the private key ? I used the following
|
Previously I was getting error mentioned in #254 after that when I tried to run I'm getting -> processingError(desc: "Failed to fetch nonce")
// Any help would be appreciated as I'm new to this repo.
The text was updated successfully, but these errors were encountered: