Skip to content

Commit

Permalink
Merge 54b98cb into ae3b1bd
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Jul 17, 2020
2 parents ae3b1bd + 54b98cb commit c63d951
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 c63d951

Please sign in to comment.