所在commit地址
@@ -104,7 +104,7 @@ abstract contract Helpers {
                 _ctokens[i],
                 _tokens[i]
             );
-            emit LogCTokensUpdated(_names[i], _tokens[i], _ctokens[i]);
+            emit LogCTokenUpdated(_names[i], _tokens[i], _ctokens[i]);
         }
     }
 

message:

李蓝天:改动分类:原因:

刘志浩:改动分类:原因: