Skip to content

Commit

Permalink
disputable: Fix supportsInterface after merge in mock contract
Browse files Browse the repository at this point in the history
  • Loading branch information
ßingen committed Jul 28, 2020
1 parent 23d979d commit 122850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/mocks/apps/disputable/AgreementMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ contract AgreementMock is IAgreement {
// do nothing
}

function supportsInterface(bytes4 _interfaceId) external pure returns (bool) {
function supportsInterface(bytes4 _interfaceId) public pure returns (bool) {
// do nothing
}

Expand Down

0 comments on commit 122850f

Please sign in to comment.