mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Fix tinysnark test
This commit is contained in:
@@ -38,7 +38,7 @@ impl FieldT {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub fn debug_equal(&self, is: [u8; 32]) -> bool {
|
pub fn debug_equal(&self, is: [u8; 32]) -> bool {
|
||||||
&FieldT(is) == self
|
&FieldT(is, []) == self
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user