]> Untitled Git - bdk/commit
fix(file_store): rm lifetime from `FileError`
author志宇 <hello@evanlinjin.me>
Thu, 25 Jan 2024 15:39:59 +0000 (00:39 +0900)
committer志宇 <hello@evanlinjin.me>
Thu, 25 Jan 2024 16:13:00 +0000 (01:13 +0900)
commit5611c9e42adb4106f48039e19ab0797b266c7fff
tree3c1f332545049ea4a7878fc3b48fa28d1fe7b338
parent07116df54156315b4f1fc67647a9b8118e464d43
fix(file_store): rm lifetime from `FileError`

The lifetime on the error needed to be the same as the input magic bytes
which was annoying.
crates/file_store/src/lib.rs
crates/file_store/src/store.rs