Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Aug 26, 2024
1 parent b305700 commit 576707d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/Summa.sol
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ contract Summa is Ownable {
* @param numberOfCurrencies The number of cryptocurrencies whose polynomials are committed in the proof
* @return isValid True if the number of permutations in the verifying key corresponds to the number of cryptocurrencies
*
* WARNING: The permutation length may not be correctly calculated by the method 'calculatePermutationLength' if the prover
* deliberately tries to deceive the process. This issue cannot be resolved even if we change the approach to rely on user input
* WARNING: The permutation length may not be correctly calculated by this method if the prover deliberately
* tries to deceive the process. This issue cannot be resolved even if we change the approach to rely on user input
* for the length instead of calculating it within the method. The ultimate solution is to implement a validation process for the
* verifying key contract that can be performed by the user themselves. This issue will be addressed in the following:
* https://github.com/summa-dev/summa-solvency/issues/299
Expand Down

0 comments on commit 576707d

Please sign in to comment.