Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 9, 2023
1 parent c5c4cf5 commit 17df149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/unlock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use core::ops::RangeInclusive;

use derive_more::{Deref, From};
use hashbrown::HashSet;
pub(crate) use multi::UnlocksCount;
use packable::{bounded::BoundedU16, prefix::BoxedSlicePrefix, Packable};

pub(crate) use self::multi::UnlocksCount;
pub use self::{
account::AccountUnlock, anchor::AnchorUnlock, empty::EmptyUnlock, multi::MultiUnlock, nft::NftUnlock,
reference::ReferenceUnlock, signature::SignatureUnlock,
Expand Down

0 comments on commit 17df149

Please sign in to comment.