From 1f76d702092b0624754069a1e80330ec41f00de0 Mon Sep 17 00:00:00 2001 From: antiochp <30642645+antiochp@users.noreply.github.com> Date: Mon, 19 Aug 2019 18:02:08 +0100 Subject: [PATCH] cleanup imports --- impls/src/test_framework/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impls/src/test_framework/mod.rs b/impls/src/test_framework/mod.rs index 1328b06d..3e8a8b59 100644 --- a/impls/src/test_framework/mod.rs +++ b/impls/src/test_framework/mod.rs @@ -16,7 +16,7 @@ use crate::api; use crate::chain; use crate::chain::Chain; use crate::core; -use crate::core::core::{OutputFeatures, OutputIdentifier, Transaction, TxKernel}; +use crate::core::core::{OutputFeatures, OutputIdentifier, Transaction}; use crate::core::{consensus, global, pow}; use crate::keychain; use crate::libwallet;