Update to Substrate master (#271)

This commit is contained in:
Pierre Krieger
2019-05-25 20:23:14 +02:00
committed by Gavin Wood
parent 24930a77c0
commit c699bdc10a
5 changed files with 70 additions and 82 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ use aura::{import_queue, start_aura, AuraImportQueue, SlotDuration, NothingExtra
use inherents::InherentDataProviders;
pub use service::{
Roles, PruningMode, TransactionPoolOptions, ComponentClient,
ErrorKind, Error, ComponentBlock, LightComponents, FullComponents,
Error, ComponentBlock, LightComponents, FullComponents,
FullClient, LightClient, Components, Service, ServiceFactory
};
pub use service::config::full_version_from_strs;