mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
This reverts commit 84e402389b.
This commit is contained in:
@@ -35,7 +35,6 @@ use std::collections::BTreeSet;
|
||||
use sc_client_api::client::BlockchainEvents;
|
||||
use sc_block_builder::BlockBuilderProvider;
|
||||
use sp_consensus::BlockOrigin;
|
||||
use sp_core::testing::TaskExecutor;
|
||||
|
||||
fn pool() -> Pool<TestApi> {
|
||||
Pool::new(Default::default(), true.into(), TestApi::with_alice_nonce(209).into())
|
||||
@@ -936,7 +935,7 @@ fn should_not_accept_old_signatures() {
|
||||
let client = Arc::new(substrate_test_runtime_client::new());
|
||||
|
||||
let pool = Arc::new(
|
||||
BasicPool::new_test(Arc::new(FullChainApi::new(client, None, TaskExecutor::new()))).0
|
||||
BasicPool::new_test(Arc::new(FullChainApi::new(client, None))).0
|
||||
);
|
||||
|
||||
let transfer = Transfer {
|
||||
@@ -972,7 +971,7 @@ fn import_notification_to_pool_maintain_works() {
|
||||
let mut client = Arc::new(substrate_test_runtime_client::new());
|
||||
|
||||
let pool = Arc::new(
|
||||
BasicPool::new_test(Arc::new(FullChainApi::new(client.clone(), None, TaskExecutor::new()))).0
|
||||
BasicPool::new_test(Arc::new(FullChainApi::new(client.clone(), None))).0
|
||||
);
|
||||
|
||||
// Prepare the extrisic, push it to the pool and check that it was added.
|
||||
|
||||
Reference in New Issue
Block a user