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

internal/ethapi: ask transaction pool for pending nonce #784

Merged
merged 3 commits into from
Jul 30, 2019

Conversation

amalrajmani
Copy link
Contributor

currently tx count is not getting incremented for pending transactions when giving second argument of 'pending'. It seems to be treated the same as 'latest'. This change fixes this issue.

this has been fixed in ethereum ethereum/go-ethereum#15794

@jpmsam jpmsam requested a review from jbhurat July 29, 2019 14:35
@jbhurat
Copy link
Contributor

jbhurat commented Jul 29, 2019

Hi @amalrajmani, the changes look OK. Is it possible for you to merge the two commits into one.

@amalrajmani
Copy link
Contributor Author

amalrajmani commented Jul 30, 2019

Hi @amalrajmani, the changes look OK. Is it possible for you to merge the two commits into one.

@jpmsam jpmsam merged commit 97b59df into master Jul 30, 2019
@fixanoid fixanoid deleted the tx-pool-pending-nonce branch September 12, 2019 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants