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

This commit is contained in:
Wei Tang
2018-12-23 00:35:49 +08:00
committed by Gav Wood
parent f8f932d123
commit 031826ebdb
@@ -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()
}
}