소스 검색

Merge branch 'atomic_multi_upload' into quora_limits

iorveth 4 년 전
부모
커밋
48c93248af
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      runtime/src/lib.rs

+ 4 - 4
runtime/src/lib.rs

@@ -456,10 +456,10 @@ impl common::MembershipTypes for Runtime {
 }
 
 impl common::StorageOwnership for Runtime {
-    type ChannelId = u64;
-    type DAOId = u64;
-    type ContentId = u64;
-    type DataObjectTypeId = u64;
+    type ChannelId = ChannelId;
+    type DAOId = DAOId;
+    type ContentId = ContentId;
+    type DataObjectTypeId = DataObjectTypeId;
 }
 
 impl governance::election::Trait for Runtime {