#### Problem The return error type -- io::Error used in reconstruct_single_storage() isn't suitable to describe all possible errors inside the function such as AccountsFileError. #### Summary of Changes This PR makes it return SnapshotError which can better handle both AccountsFileError and io::Error. |
||
---|---|---|
.. | ||
benches | ||
src | ||
store-tool | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
build.rs |