Skip to content

fix bug: get transaction receipt returns null#18447

Merged
karalabe merged 1 commit intoethereum:masterfrom
wangsai-silence:master
Jan 17, 2019
Merged

fix bug: get transaction receipt returns null#18447
karalabe merged 1 commit intoethereum:masterfrom
wangsai-silence:master

Conversation

@wangsai-silence
Copy link
Copy Markdown
Contributor

receipts may be null for very short time in some condition. For this case, we should not add the null value into cache. Because you will not get the right result if you keep requesting that receipt.

Comment thread core/blockchain.go Outdated
@karalabe karalabe added this to the 1.9.0 milestone Jan 15, 2019
receipts may be null for very short time in some condition. For this case, we should not add the null value into cache. Because you will not get the right result if you keep requesting that receipt.
Copy link
Copy Markdown
Member

@karalabe karalabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants