Skip to content

Commit

Permalink
add the use of Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
SunTiebing committed Dec 24, 2024
1 parent 5244a2d commit 6525712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ use sp_runtime::{
traits::{BlakeTwo256, IdentifyAccount, Verify},
FixedU128, MultiSignature, OpaqueExtrinsic, Permill,
};
use sp_std::vec::Vec;

pub mod currency;
pub use currency::*;
Expand Down

0 comments on commit 6525712

Please sign in to comment.