所在commit地址
@@ -138,7 +138,7 @@ using SafeMath for *;
     bytes32 functionHash = keccak256(this, _functionInitiator, "destroy", keccak256(_holdingAddress));
     require(database.boolStorage(functionHash));
     database.setBool(functionHash, false);
-    emit LogDestruction(_holdingAddress, this.balance, msg.sender);
+    emit LogDestruction(_holdingAddress, address(this).balance, msg.sender);
     selfdestruct(_holdingAddress);
   }
 

message:

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

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