Skip to content

Commit 7a6da55

Browse files
committed
Fix typo
1 parent 4c6492a commit 7a6da55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const BLS12_381_AGGREGATE_SUCCESS: u32 = 0;
253253
/// Return code (error code) for success when hashing to the curve
254254
const BLS12_381_HASH_TO_CURVE_SUCCESS: u32 = 0;
255255

256-
/// Maximum size of continous points passed to aggregate functions
256+
/// Maximum size of continuous points passed to aggregate functions
257257
const BLS12_381_MAX_AGGREGATE_SIZE: usize = 2 * MI;
258258

259259
/// Maximum size of the message passed to the hash-to-curve functions

0 commit comments

Comments
 (0)