mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Update to substrate master (#629)
* Update to substrate master * Update service/src/lib.rs Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com> * bump subsrate
This commit is contained in:
committed by
Gavin Wood
parent
f826ce5310
commit
d63f20434e
@@ -30,7 +30,7 @@ use grandpa::{self, FinalityProofProvider as GrandpaFinalityProofProvider};
|
||||
use inherents::InherentDataProviders;
|
||||
use log::info;
|
||||
pub use service::{AbstractService, Roles, PruningMode, TransactionPoolOptions, Error};
|
||||
pub use service::{ServiceBuilderExport, ServiceBuilderImport, ServiceBuilderRevert};
|
||||
pub use service::ServiceBuilderCommand;
|
||||
pub use service::config::{DatabaseConfig, full_version_from_strs};
|
||||
pub use client::{ExecutionStrategy, CallExecutor};
|
||||
pub use client_api::backend::Backend;
|
||||
@@ -136,7 +136,7 @@ macro_rules! new_full_start {
|
||||
|
||||
/// Builds a new object suitable for chain operations.
|
||||
pub fn new_chain_ops(config: Configuration<impl Send + Default + 'static, GenesisConfig>)
|
||||
-> Result<impl ServiceBuilderExport + ServiceBuilderImport + ServiceBuilderRevert, ServiceError>
|
||||
-> Result<impl ServiceBuilderCommand<Block=Block>, ServiceError>
|
||||
{
|
||||
Ok(new_full_start!(config).0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user