File tree Expand file tree Collapse file tree
crates/miden-testing/src/mock_chain Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1270,6 +1270,7 @@ mod tests {
12701270 ACCOUNT_ID_PUBLIC_FUNGIBLE_FAUCET ,
12711271 ACCOUNT_ID_SENDER ,
12721272 } ;
1273+ use miden_protocol:: testing:: random_secret_key:: random_secret_key;
12731274 use miden_standards:: account:: wallets:: BasicWallet ;
12741275
12751276 use super :: * ;
@@ -1287,8 +1288,6 @@ mod tests {
12871288
12881289 #[ test]
12891290 fn validator_key_rotation_across_blocks ( ) -> anyhow:: Result < ( ) > {
1290- use miden_protocol:: testing:: random_secret_key:: random_secret_key;
1291-
12921291 let mut chain = MockChain :: new ( ) ;
12931292 let original_key = chain. validator_key ( ) ;
12941293
@@ -1318,8 +1317,6 @@ mod tests {
13181317
13191318 #[ test]
13201319 fn proposed_block_serialization_round_trip ( ) -> anyhow:: Result < ( ) > {
1321- use miden_protocol:: testing:: random_secret_key:: random_secret_key;
1322-
13231320 let chain = MockChain :: new ( ) ;
13241321 let timestamp = chain. latest_block_header ( ) . timestamp ( ) + 1 ;
13251322 let next_key = random_secret_key ( ) . public_key ( ) ;
You can’t perform that action at this time.
0 commit comments