Changed imports
This commit is contained in:
parent
74b3507777
commit
221f1afbfe
|
@ -1214,9 +1214,7 @@ fn verify_schnorr(public_key: &[u8], message: &[u8], signature: &[u8]) -> Result
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use crate::machine::runtime::convert_tag_to_constr;
|
use super::{convert_constr_to_tag, convert_tag_to_constr};
|
||||||
|
|
||||||
use super::convert_constr_to_tag;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn compact_tag_range() {
|
fn compact_tag_range() {
|
||||||
|
|
Loading…
Reference in New Issue