Skip to content

Commit

Permalink
IAgreement: update return naming of getDisputableInfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Jul 17, 2020
1 parent ae3b1bd commit 54b98cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/apps/disputable/IAgreement.sol
Expand Up @@ -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 (
Expand Down

0 comments on commit 54b98cb

Please sign in to comment.