Skip to content

Commit

Permalink
client: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed May 28, 2020
1 parent d1bfd90 commit 06315f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/service/src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,11 +755,6 @@ impl<B, E, Block, RA> Client<B, E, Block, RA> where
) = storage_changes.into_inner();

if self.config.offchain_indexing_api {
// if let Some(mut offchain_storage) = self.backend.offchain_storage() {
// offchain_sc.iter().for_each(|(k,v)| {
// offchain_storage.set(b"block-import-info", k,v)
// });
// }
operation.op.update_offchain_storage(offchain_sc)?;
}

Expand Down

0 comments on commit 06315f5

Please sign in to comment.