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
I use v0.0.3-hotfix6 version (checked out the tag and built it myself) I think there are two bugs probably:
Assigning invalid nonce to begin with
Not updating the nonce if the assigned nonce didn't work from the first try.
I tried v0.0.3-hotfix6 version (checked out the tag and built it myself) and I also tried the recent ethtxmanager/ethtxmanager.go from the develop branch. None of them worked.
I don't think this condition ever works if nonce is incorrect from the very beginning (v0.0.3-hotfix6):
Hi,
I'm seeing transactions stuck forever in eth-tx-manager with the following error message:
I use v0.0.3-hotfix6 version (checked out the tag and built it myself) I think there are two bugs probably:
I tried v0.0.3-hotfix6 version (checked out the tag and built it myself) and I also tried the recent ethtxmanager/ethtxmanager.go from the
develop
branch. None of them worked.I don't think this condition ever works if nonce is incorrect from the very beginning (v0.0.3-hotfix6):
in my case all these variables are always
false
Can you please advise?
The text was updated successfully, but these errors were encountered: