Skip to content

Commit

Permalink
fix(protocol): let LibZKP.verify return true (#12676)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Jan 11, 2023
1 parent cd34714 commit d0f17a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol/contracts/libs/LibZKP.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ library LibZKP {
bytes32 txListHash
) internal pure returns (bool verified) {
// TODO
return true;
}
}

0 comments on commit d0f17a6

Please sign in to comment.