Unused import
This commit is contained in:
parent
9867de38b6
commit
91d4ecc350
|
@ -15,7 +15,7 @@ use num_integer::Integer;
|
||||||
use num_traits::{FromPrimitive, Signed, Zero};
|
use num_traits::{FromPrimitive, Signed, Zero};
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
use pallas_primitives::conway::{Language, PlutusData};
|
use pallas_primitives::conway::{Language, PlutusData};
|
||||||
use std::{io::Read, mem::size_of, ops::Deref, rc::Rc};
|
use std::{mem::size_of, ops::Deref, rc::Rc};
|
||||||
|
|
||||||
static SCALAR_PERIOD: Lazy<BigInt> = Lazy::new(|| {
|
static SCALAR_PERIOD: Lazy<BigInt> = Lazy::new(|| {
|
||||||
BigInt::from_bytes_be(
|
BigInt::from_bytes_be(
|
||||||
|
|
Loading…
Reference in New Issue