Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchatruc committed Nov 28, 2024
1 parent 6a189b4 commit a74c407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/storage/store/rlp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ impl<T: Send + Sync + Debug> redb::Value for Rlp<T> {

impl<T: Send + Sync + Debug> redb::Key for Rlp<T> {
fn compare(data1: &[u8], data2: &[u8]) -> std::cmp::Ordering {
// TODO: Is this correct?
data1.cmp(data2)
}
}

0 comments on commit a74c407

Please sign in to comment.