Skip to content

Commit d5cf000

Browse files
authored
Update feldman.rs
1 parent fe6db7e commit d5cf000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeboost-crypto/src/feldman.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl<C: CurveGroup> FeldmanVss<C> {
147147
.take(t)
148148
.collect::<Vec<_>>();
149149

150-
// infalliable
150+
// infallible
151151
C::msm(commitment, &powers).expect("bases and scalars shouuld have the same length")
152152
}
153153
}

0 commit comments

Comments
 (0)