Browse Source

runtime: Change content pallet.

Shamil Gadelshin 3 years ago
parent
commit
516a2b37b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime/src/lib.rs

+ 1 - 1
runtime/src/lib.rs

@@ -442,7 +442,7 @@ impl content::Trait for Runtime {
     type SeriesId = SeriesId;
     type ChannelOwnershipTransferRequestId = ChannelOwnershipTransferRequestId;
     type MaxNumberOfCuratorsPerGroup = MaxNumberOfCuratorsPerGroup;
-    type DataObjectStorage = storage::Module<Runtime>;
+    type DataObjectStorage = Storage;
 }
 
 impl hiring::Trait for Runtime {