Skip to content

Commit e8882e6

Browse files
Add missing import
1 parent 1bd203e commit e8882e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/note/asset_base.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use core::cmp::Ordering;
22
use core::hash::{Hash, Hasher};
3-
use group::GroupEncoding;
3+
use group::{Group, GroupEncoding};
44
use pasta_curves::{arithmetic::CurveExt, pallas};
55
use subtle::{Choice, ConstantTimeEq, CtOption};
66

@@ -9,9 +9,6 @@ use crate::constants::fixed_bases::{NATIVE_ASSET_BASE_V_BYTES, VALUE_COMMITMENT_
99
#[cfg(test)]
1010
use rand_core::CryptoRngCore;
1111

12-
#[cfg(any(test, feature = "zsa-issuance"))]
13-
use group::Group;
14-
1512
#[cfg(feature = "zsa-issuance")]
1613
use {
1714
crate::constants::fixed_bases::ZSA_ASSET_BASE_PERSONALIZATION,

0 commit comments

Comments
 (0)