Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Apr 10, 2024
1 parent 27d1afa commit 498ab18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/header/extension/v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use scale_info::TypeInfo;
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
use sp_core::{RuntimeDebug, H256};
use sp_std::vec;

use crate::{v3::KateCommitment, DataLookup};

Expand Down

0 comments on commit 498ab18

Please sign in to comment.