mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
prune finalized transactions from the pool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user