Skip to content

Commit

Permalink
remove TODO comment, solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Oct 2, 2024
1 parent e660170 commit ecb6f09
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,6 @@ impl<N: ProviderNodeTypes> StateProviderFactory for BlockchainProvider2<N> {
self.get_in_memory_or_storage_by_block(
block_hash.into(),
|provider| {
// TODO(joshie): port history_by_block_hash to DatabaseProvider and use db_provider
provider.history_by_block_hash(block_hash).map_err(|(err, _)| err)
},
|block_state| {
Expand Down

0 comments on commit ecb6f09

Please sign in to comment.