prune finalized transactions from the pool (#127)

This commit is contained in:
Robert Habermeier
2018-04-15 12:53:53 +02:00
committed by Gav Wood
parent 6e945e40ee
commit 2a53d414a3
8 changed files with 52 additions and 48 deletions
@@ -223,7 +223,7 @@ pub trait Block {
}
impl Block for substrate_primitives::Block {
type Extrinsic = substrate_primitives::block::Transaction;
type Extrinsic = substrate_primitives::block::Extrinsic;
type Header = substrate_primitives::Header;
fn header(&self) -> &Self::Header {
&self.header