Browse Source

Common: temporary remove builders working group to avoid runtime reworking

iorveth 4 years ago
parent
commit
bb540dca6a

+ 1 - 1
runtime-modules/common/src/storage.rs

@@ -1,9 +1,9 @@
+use crate::working_group::WorkingGroup;
 use codec::{Decode, Encode};
 #[cfg(feature = "std")]
 use serde::{Deserialize, Serialize};
 use sp_runtime::DispatchResult;
 use sp_std::vec::Vec;
-use crate::working_group::WorkingGroup;
 
 #[derive(Clone, Encode, Decode, PartialEq, Eq, Debug)]
 pub struct ContentParameters<ContentId, DataObjectTypeId> {

+ 0 - 1
runtime-modules/common/src/working_group.rs

@@ -16,5 +16,4 @@ pub enum WorkingGroup {
     Storage,
     /// Storage working group: working_group::Instance3.
     Content,
-    Builders,
 }