Skip to content

Commit 19e8b0e

Browse files
committed
fix: Add missing Vec import to v3_billing_opt_out module
1 parent 0982843 commit 19e8b0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

substrate-node/pallets/pallet-tfgrid/src/v3_billing_opt_out.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use crate::pallet::{
55
use crate::Config;
66
use frame_support::{dispatch::DispatchResultWithPostInfo, ensure, BoundedVec};
77
use sp_runtime::SaturatedConversion;
8+
use sp_std::prelude::Vec;
89

910
impl<T: Config> crate::Pallet<T> {
1011
pub fn _opt_out_of_v3_billing(

0 commit comments

Comments
 (0)