Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
add bug disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang authored and philippecamacho committed Jun 9, 2022
1 parent 2c8382c commit dc0bad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/contracts/verifier/Transcript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
// This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
// You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
//
// There is currently a bug in solidity that may affect the security of the contract.
// An patch is available for Jellyfish https://github.com/EspressoSystems/jellyfish/pull/70
// Correponding changes are to be made to the solidity code here.

pragma solidity ^0.8.0;

Expand Down

0 comments on commit dc0bad6

Please sign in to comment.