Skip to content

Commit

Permalink
fix: tests with fake handles
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama authored and leventdem committed May 7, 2024
1 parent 30f4200 commit 3cb3509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/TestAsyncDecrypt.sol
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ contract TestAsyncDecrypt is OracleCaller {
function callbackAddress(uint256, address decryptedInput) public onlyOracle returns (address) {
yAddress = decryptedInput;
return decryptedInput;
}

function requestMixed() public {
Ciphertext[] memory cts = new Ciphertext[](10);
Expand All @@ -225,7 +226,7 @@ contract TestAsyncDecrypt is OracleCaller {
}

function callbackMixed(
uint256 /*requestID*/,
uint256,
bool decBool_1,
bool decBool_2,
uint8 decUint4,
Expand Down

0 comments on commit 3cb3509

Please sign in to comment.