浏览代码

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;
 }