Skip to content

Commit 0dccd73

Browse files
committed
fix: comment typo
1 parent 7c5346b commit 0dccd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BLSApkRegistry.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ contract BLSApkRegistry is BLSApkRegistryStorage {
104104
)
105105
) % BN254.FR_MODULUS;
106106

107-
// e(sigma + P * gamma, [-1]_2) = e(H(m) + [1]_1 * gamma, P')
107+
// e(sigma + P * gamma, -[1]_2) = e(H(m) + [1]_1 * gamma, P')
108108
require(
109109
BN254.pairing(
110110
params.pubkeyRegistrationSignature.plus(params.pubkeyG1.scalar_mul(gamma)),

0 commit comments

Comments
 (0)