Remove pallet crates to improve compilation time (#55)

This commit is contained in:
Andrew Jones
2019-12-17 11:41:40 +00:00
committed by GitHub
parent daa1415297
commit 6561535467
6 changed files with 14 additions and 29 deletions
+1 -1
View File
@@ -39,7 +39,6 @@ use jsonrpc_core_client::{
use num_traits::bounds::Bounded;
use frame_metadata::RuntimeMetadataPrefixed;
use frame_system::Phase;
use sc_rpc_api::{
author::AuthorClient,
chain::ChainClient,
@@ -77,6 +76,7 @@ use crate::{
frame::{
balances::Balances,
system::{
Phase,
System,
SystemEvent,
},