Skip to content
Snippets Groups Projects
Commit 031826eb authored by Wei Tang's avatar Wei Tang Committed by Gav Wood
Browse files

typo: Hash -> Self::Hash (#1319)

parent f8f932d1
No related merge requests found
......@@ -133,7 +133,7 @@ impl<
self.dref().as_authorities_change()
}
fn as_changes_trie_root(&self) -> Option<&Hash> {
fn as_changes_trie_root(&self) -> Option<&Self::Hash> {
self.dref().as_changes_trie_root()
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment