diff --git a/core/src/core/block.rs b/core/src/core/block.rs
index e31c8f63..ada64867 100644
--- a/core/src/core/block.rs
+++ b/core/src/core/block.rs
@@ -21,7 +21,7 @@ use secp::key::SecretKey;
use std::collections::HashSet;
use core::Committed;
-use core::{Input, Output, Proof, TxProof, Transaction};
+use core::{Input, Output, Proof, TxKernel, Transaction};
use core::transaction::merkle_inputs_outputs;
use consensus::{REWARD, DEFAULT_SIZESHIFT};
use core::hash::{Hash, Hashed, ZERO_HASH};
@@ -128,7 +128,7 @@ pub struct Block {
pub header: BlockHeader,
pub inputs: Vec,
pub outputs: Vec