所在commit地址
@@ -57,6 +57,7 @@ contract Collector is Auth {
         pile = PileLike(pile_);
         threshold = ThresholdRegistryLike(threshold_);
         wards[msg.sender] = 1;
+        emit Rely(msg.sender);
     }
 
     // sets the dependency to another contract

message:

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

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