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

ethclient: fix TransactionByHash()'s pending return value. #14663

Merged
merged 1 commit into from
Jun 21, 2017
Merged

ethclient: fix TransactionByHash()'s pending return value. #14663

merged 1 commit into from
Jun 21, 2017

Conversation

mcdee
Copy link
Contributor

@mcdee mcdee commented Jun 20, 2017

As per #14661 TransactionByHash() always returns false for pending.
This uses blockNumber rather than blockHash to ensure that it returns
the correct value for pending and will not suffer side-effects if
eth_getTransactionByHash is fixed in future.

As per #14661 TransactionByHash() always returns false for pending.
This uses blockNumber rather than blockHash to ensure that it returns
the correct value for pending and will not suffer side-effects if
eth_getTransactionByHash is fixed in future.
@fjl fjl merged commit 60e27b5 into ethereum:master Jun 21, 2017
@karalabe karalabe added this to the 1.6.6 milestone Jun 22, 2017
@mcdee mcdee deleted the issue-14661 branch June 23, 2017 12:59
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.

None yet

3 participants