mirror of
https://github.com/serai-dex/serai.git
synced 2025-04-02 12:29:03 +00:00
Add missing trait
This commit is contained in:
parent
1ff51c1a37
commit
ea646c8984
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ use sc_transaction_pool::FullPool;
|
|||
use sc_network::NetworkService;
|
||||
use sc_service::{error::Error as ServiceError, Configuration, TaskManager, TFullClient};
|
||||
|
||||
use sc_client_api::BlockBackend;
|
||||
|
||||
use sc_telemetry::{Telemetry, TelemetryWorker};
|
||||
|
||||
pub(crate) use sc_tendermint::{
|
||||
|
|
Loading…
Reference in a new issue