소스 검색

DAO to Dao

ignazio-bovo 3 년 전
부모
커밋
297ce8d2a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      runtime-modules/storage/src/tests/mock.rs

+ 1 - 1
runtime-modules/storage/src/tests/mock.rs

@@ -171,7 +171,7 @@ impl common::MembershipTypes for Test {
 
 impl common::StorageOwnership for Test {
     type ChannelId = u64;
-    type DAOId = u64;
+    type DaoId = u64;
     type ContentId = u64;
     type DataObjectTypeId = u64;
 }