Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed May 17, 2019
1 parent dcc7ff4 commit 33a73b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/IexecDoracle.sol
Expand Up @@ -14,7 +14,7 @@ contract IexecDoracle is IexecInterface, SignatureVerifier, IOracleConsumer
event ResultReady(bytes32 indexed doracleCallId);

constructor(address _iexecHubAddr)
public IexecDoracle(_iexecHubAddr)
public IexecInterface(_iexecHubAddr)
{}

function receiveResult(bytes32 _doracleCallId, bytes calldata)
Expand Down

0 comments on commit 33a73b5

Please sign in to comment.