diff --git a/contracts/utils/debug/MockFheOps.sol b/contracts/utils/debug/MockFheOps.sol index aa9eb13..6ac5653 100644 --- a/contracts/utils/debug/MockFheOps.sol +++ b/contracts/utils/debug/MockFheOps.sol @@ -40,7 +40,7 @@ contract MockFheOps { } else if (utype == 12) { result = uint256(type(uint160).max) + 1; //address } else if (utype == 13) { - result = 1; //bool (we want anything non-zero to be true) + result = 2; //bool (we want anything non-zero to be true) } else { revert("Unsupported type"); }