Browse Source

Merge pull request #2749 from shamil-gadelshin/giza-update-content

runtime: Update content pallet.
shamil-gadelshin 3 years ago
parent
commit
e3a89f6d8e
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 {