You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
In this line, we're inside the RefMut wrapper. update_account_cache can fail in rare cases, but we didn't catch error and return it.
The text was updated successfully, but these errors were encountered:
sorpaas
added
M4-core ⛓
Core client code / Rust.
F5-task 🎬
Generic label for things that just have to get done but are no issues in first place.
labels
Oct 31, 2018
https://github.com/paritytech/parity-ethereum/blob/39f25d20a84ab2b8931a75e28da90a9ccffcc893/ethcore/src/state/mod.rs#L1154
In this line, we're inside the
RefMut
wrapper.update_account_cache
can fail in rare cases, but we didn't catch error and return it.The text was updated successfully, but these errors were encountered: