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

Commit 9944694

Browse files
committed
add bug disclaimer
1 parent e1fe50f commit 9944694

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

contracts/contracts/verifier/Transcript.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
// 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.
77
// 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.
88
// You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
9+
//
10+
// There is currently a bug in solidity that may affect the security of the contract.
11+
// An patch is available for Jellyfish https://github.com/EspressoSystems/jellyfish/pull/70
12+
// Correponding changes are to be made to the solidity code here.
913

1014
pragma solidity ^0.8.0;
1115

0 commit comments

Comments
 (0)