Skip to content

Commit d5e4f15

Browse files
committed
Committing to get CI to run tests again
1 parent 5c80d44 commit d5e4f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/errors.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ pub enum ProofError {
1515
WrongNumBlindingFactors,
1616
/// This error occurs when attempting to create a proof with
1717
/// bitsize other than \\(8\\), \\(16\\), \\(32\\), or \\(64\\).
18-
#[fail(display = "Invalid bitsize, must have n = 8,16,32,64")]
18+
#[fail(display = "Invalid bitsize, must have n = 8,16,32,64.")]
1919
InvalidBitsize,
2020
/// This error occurs when attempting to create an aggregated
2121
/// proof with non-power-of-two aggregation size.
22-
#[fail(display = "Invalid aggregation size, m must be a power of 2")]
22+
#[fail(display = "Invalid aggregation size, m must be a power of 2.")]
2323
InvalidAggregation,
2424
/// This error occurs when the generators are of the wrong length.
2525
#[fail(display = "Invalid generators length, must be equal to n.")]

0 commit comments

Comments
 (0)