Revert "prune finalized transactions from the pool"

This reverts commit 0b59c1bfb9.
This commit is contained in:
Robert Habermeier
2018-04-14 15:35:54 +02:00
parent 0b59c1bfb9
commit 6e945e40ee
8 changed files with 48 additions and 52 deletions
@@ -223,7 +223,7 @@ pub trait Block {
}
impl Block for substrate_primitives::Block {
type Extrinsic = substrate_primitives::block::Extrinsic;
type Extrinsic = substrate_primitives::block::Transaction;
type Header = substrate_primitives::Header;
fn header(&self) -> &Self::Header {
&self.header