mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 16:41:06 +00:00
Seun txpool refactor (#3419)
* companion for paritytech/substrate#9228 * sc_transaction_pool_api * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -23,7 +23,7 @@ use codec::Encode;
|
||||
use jsonrpsee_ws_client::{
|
||||
traits::SubscriptionClient, v2::params::JsonRpcParams, Subscription, WsClient,
|
||||
};
|
||||
use sp_transaction_pool::TransactionStatus;
|
||||
use sc_transaction_pool_api::TransactionStatus;
|
||||
|
||||
/// Ensure that now is the signed phase.
|
||||
async fn ensure_signed_phase<T: EPM::Config, B: BlockT>(
|
||||
|
||||
Reference in New Issue
Block a user