Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjma committed Feb 3, 2024
1 parent a8162a0 commit a9a8c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/src/validator_txn.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0

use crate::dkg::DKGTranscript;
#[cfg(any(test, feature = "fuzzing"))]
use crate::dkg::DKGTranscriptMetadata;
use crate::jwks;
use crate::{DKGTranscript, jwks};
use aptos_crypto_derive::{BCSCryptoHash, CryptoHasher};
#[cfg(any(test, feature = "fuzzing"))]
use move_core_types::account_address::AccountAddress;
Expand Down

0 comments on commit a9a8c68

Please sign in to comment.