fix one missing type
This commit is contained in:
parent
83139f9f12
commit
d2127d494b
@ -25,7 +25,7 @@ pub struct EquivalencePrivate {
|
||||
|
||||
impl EquivalencePrivate {
|
||||
pub fn new(
|
||||
coefficients: Vec<Fr>,
|
||||
coefficients: Vec<[u8; 32]>,
|
||||
) -> Self {
|
||||
Self {
|
||||
coefficients,
|
||||
|
Loading…
x
Reference in New Issue
Block a user