Skip to content
Merged
Changes from all commits
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
1 change: 0 additions & 1 deletion src/verify/header_only.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ pub fn verify(config: Config) -> Result<Success, Error> {
return Err(Error::NonSequentialBlockNumber);
}

// TODO: need to verify the changes trie stuff maybe?
// TODO: need to verify that there's no grandpa scheduled change header if there's already an active grandpa scheduled change
// TODO: verify that there's no grandpa header items if the chain doesn't use grandpa

Expand Down