Skip to content

Commit

Permalink
smallvec: export SByteVec to the api
Browse files Browse the repository at this point in the history
  • Loading branch information
cchudant committed May 7, 2024
1 parent 6dcf07b commit 18e5cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub(crate) use std::{

use crate::trie::merkle_tree::MerkleTree;

pub(crate) type SByteVec = smallvec::SmallVec<[u8; 32]>;
pub type SByteVec = smallvec::SmallVec<[u8; 32]>;

pub(crate) trait EncodeExt: parity_scale_codec::Encode {
fn encode_sbytevec(&self) -> SByteVec {
Expand Down

0 comments on commit 18e5cc7

Please sign in to comment.