feat: add futures api to TransactionPool (#1348)

* feat: add futures api to `TransactionPool`

* fix clippy
This commit is contained in:
yjh
2023-09-04 03:52:20 +08:00
committed by GitHub
parent bc6fca3c44
commit 4053bdac03
5 changed files with 15 additions and 3 deletions
@@ -282,6 +282,10 @@ impl sc_transaction_pool_api::TransactionPool for Transactions {
Default::default()
}
fn futures(&self) -> Vec<Self::InPoolTransaction> {
unimplemented!()
}
fn status(&self) -> PoolStatus {
unimplemented!()
}