所在commit地址
@@ -49,6 +49,7 @@ contract NAVFeed is BaseNFTFeed, Interest, Buckets, FixedPoint {
 
     constructor () {
         wards[msg.sender] = 1;
+        emit Rely(msg.sender);
     }
 
     function init() public {

message:

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

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