|
@@ -575,10 +575,6 @@ impl common::StorageOwnership for Runtime {
|
|
type DataObjectTypeId = DataObjectTypeId;
|
|
type DataObjectTypeId = DataObjectTypeId;
|
|
}
|
|
}
|
|
|
|
|
|
-impl memo::Trait for Runtime {
|
|
|
|
- type Event = Event;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
parameter_types! {
|
|
parameter_types! {
|
|
pub const MaxDistributionBucketFamilyNumber: u64 = 200;
|
|
pub const MaxDistributionBucketFamilyNumber: u64 = 200;
|
|
pub const DataObjectDeletionPrize: Balance = 0; //TODO: Change during Olympia release
|
|
pub const DataObjectDeletionPrize: Balance = 0; //TODO: Change during Olympia release
|
|
@@ -1133,7 +1129,6 @@ construct_runtime!(
|
|
// Joystream
|
|
// Joystream
|
|
Council: council::{Module, Call, Storage, Event<T>, Config<T>},
|
|
Council: council::{Module, Call, Storage, Event<T>, Config<T>},
|
|
Referendum: referendum::<Instance1>::{Module, Call, Storage, Event<T>, Config<T>},
|
|
Referendum: referendum::<Instance1>::{Module, Call, Storage, Event<T>, Config<T>},
|
|
- Memo: memo::{Module, Call, Storage, Event<T>},
|
|
|
|
Members: membership::{Module, Call, Storage, Event<T>, Config<T>},
|
|
Members: membership::{Module, Call, Storage, Event<T>, Config<T>},
|
|
Forum: forum::{Module, Call, Storage, Event<T>, Config<T>},
|
|
Forum: forum::{Module, Call, Storage, Event<T>, Config<T>},
|
|
Constitution: pallet_constitution::{Module, Call, Storage, Event},
|
|
Constitution: pallet_constitution::{Module, Call, Storage, Event},
|