prune finalized transactions from the pool

This commit is contained in:
Robert Habermeier
2018-04-14 15:34:08 +02:00
parent 808d762158
commit 0b59c1bfb9
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