Fix warnings. (#4768)

This commit is contained in:
Tomasz Drwięga
2020-01-29 21:37:26 +01:00
committed by GitHub
parent 504b4e89e8
commit fd03f4e950
5 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ impl TransactionPool<Hash, Block> for EmptyTransactionPool {
fn on_broadcasted(&self, _: HashMap<Hash, Vec<String>>) {}
fn transaction(&self, h: &Hash) -> Option<Extrinsic> { None }
fn transaction(&self, _h: &Hash) -> Option<Extrinsic> { None }
}
pub trait SpecializationFactory {