From 3258748ea12a78368405514c12b05c4db99a1781 Mon Sep 17 00:00:00 2001 From: Park Juhyung Date: Fri, 31 Jan 2020 19:22:45 +0900 Subject: [PATCH] Remove duplicated TermInfo --- core/src/miner/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/miner/mod.rs b/core/src/miner/mod.rs index d602bd110e..d63bfe78e4 100644 --- a/core/src/miner/mod.rs +++ b/core/src/miner/mod.rs @@ -93,7 +93,7 @@ pub trait MinerService: Send + Sync { ) -> Vec>; /// Imports own (node owner) transaction to mem pool. - fn import_own_transaction( + fn import_own_transaction( &self, chain: &C, tx: SignedTransaction,