Skip to content

Commit

Permalink
fix: LibZKP.verify return true for current
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Jan 11, 2023
1 parent cd34714 commit 52edc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/libs/LibZKP.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ library LibZKP {
address prover,
bytes32 txListHash
) internal pure returns (bool verified) {
// TODO
return true;
}
}

0 comments on commit 52edc7c

Please sign in to comment.