Skip to content

Commit

Permalink
Remove TODO that will not be implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Feb 5, 2024
1 parent c8c4e5a commit 7661545
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/subspace-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,6 @@ where
async move {
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();

// TODO: Would be nice if the whole header was passed in here
let parent_header = client
.header(parent_hash)?
.expect("Parent header must always exist when block is created; qed");
Expand Down

0 comments on commit 7661545

Please sign in to comment.