所在commit地址
@@ -15,6 +15,7 @@ contract Signers {
 
     constructor(bytes memory _ss) {
         ssHash = keccak256(_ss);
+        emit SignersUpdated(_ss);
     }
 
     // set new signers

message:

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

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