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