From 54b98cbd8261e35c21747d336e8c929e14358c38 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Fri, 17 Jul 2020 11:00:49 +0200 Subject: [PATCH] IAgreement: update return naming of getDisputableInfo() --- contracts/apps/disputable/IAgreement.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/apps/disputable/IAgreement.sol b/contracts/apps/disputable/IAgreement.sol index 18285fa85..99d48e96e 100644 --- a/contracts/apps/disputable/IAgreement.sol +++ b/contracts/apps/disputable/IAgreement.sol @@ -70,7 +70,7 @@ contract IAgreement is IArbitrable, IACLOracle { bytes content ); - function getDisputableInfo(address _disputable) external view returns (bool registered, uint256 currentCollateralRequirementId); + function getDisputableInfo(address _disputable) external view returns (bool activated, uint256 currentCollateralRequirementId); function getCollateralRequirement(address _disputable, uint256 _collateralId) external view returns (