Skip to content

Commit

Permalink
re-add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Sep 26, 2024
1 parent 88fa11a commit 0803d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/exex/exex/src/wal/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ impl Storage {
debug!(?file_path, "Reading notification from WAL");

let mut file = File::open(&file_path)?;
// TODO(alexey): use rmp-serde when Alloy and Reth serde issues are resolved
Ok(serde_json::from_reader(&mut file)?)
}

Expand Down

0 comments on commit 0803d83

Please sign in to comment.