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