Skip to content

Commit

Permalink
Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Feb 6, 2025
1 parent d054eb9 commit 16dbf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/src/legacy_sse_data/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use crate::{
use casper_types::{
system::auction::ValidatorWeights, testing::TestRng, BlockHash, BlockV2, Deploy, DeployHash,
Digest, EraEndV2, EraId, ProtocolVersion, PublicKey, RewardedSignatures,
SingleBlockRewardedSignatures, TimeDiff, Timestamp, Transaction, TransactionV1,
TransactionV1Hash, U512,
SingleBlockRewardedSignatures, TestBlockBuilder, TimeDiff, Timestamp, Transaction,
TransactionV1, TransactionV1Hash, U512,
};
use rand::Rng;
use std::{
Expand Down

0 comments on commit 16dbf1e

Please sign in to comment.