Skip to content

Commit

Permalink
Interface update #81 nil-foundation/zkllvm-transpiler#45
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Nov 3, 2023
1 parent cbeb5e2 commit 08e5972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/interfaces/modular_verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ interface IModularVerifier {
address commitment_contract_address
) external;

function verify(
function verify(
bytes calldata blob,
uint256[] calldata public_input
) external view;
) external view returns (bool result);
}

0 comments on commit 08e5972

Please sign in to comment.