Skip to content

Commit

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

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

0 comments on commit a8162a0

Please sign in to comment.