Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

trie.DB.get masks errors #44

Closed
schmir opened this issue Mar 26, 2014 · 1 comment
Closed

trie.DB.get masks errors #44

schmir opened this issue Mar 26, 2014 · 1 comment

Comments

@schmir
Copy link
Contributor

schmir commented Mar 26, 2014

DB.get is used inside _rlp_decode. it catches KeyErrors and returns the BLANK_NODE instead. This masks possible problems since this error should not happen, but it's now being ignored silently.

@laishulu
Copy link
Contributor

I agree with you, instead of the original code writer:)

heikoheiko pushed a commit to brainbot-com/pyethereum that referenced this issue Mar 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants