Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
gui1117 committed Nov 28, 2019
commit d99c6e9d53271ae928bd6696435833c21014930b
1 change: 0 additions & 1 deletion client/db/src/storage_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ impl<H: Hasher, S: StateBackend<H>, B: BlockT> StateBackend<H> for CachingState<
}

fn next_storage_key(&self, key: &[u8]) -> Result<Option<Vec<u8>>, Self::Error> {
// TODO TODO: cache
self.state.next_storage_key(key)
}

Expand Down