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

fix: autodeposit during node init #570

Merged
merged 2 commits into from
Jan 20, 2025
Merged

fix: autodeposit during node init #570

merged 2 commits into from
Jan 20, 2025

Conversation

aloknerurkar
Copy link
Collaborator

Describe your changes

The txmonitor should be started before we start making transactions. This component rate-limits txns based on account nonces. So if it is not started a higher nonce could be considered invalid.

Checklist before requesting a review

  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation

p2p/pkg/node/node.go Outdated Show resolved Hide resolved
@aloknerurkar aloknerurkar merged commit 9b27342 into main Jan 20, 2025
5 checks passed
@aloknerurkar aloknerurkar deleted the autodeposit-fix.0 branch January 20, 2025 18:05
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

Successfully merging this pull request may close these issues.

3 participants