Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot committed Oct 7, 2023
1 parent 8c0e10f commit fcea02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl MultisigIsmMetadataBuilder for MessageIdMultisigMetadataBuilder {
.await
.context(CTX)?
else {
trace!("No quorum checkpoint found");
debug!("No quorum checkpoint found");
return Ok(None);
};

Expand Down
2 changes: 1 addition & 1 deletion rust/hyperlane-base/src/types/multisig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::sync::Arc;

use derive_new::new;
use eyre::Result;
use tracing::{debug, info, instrument, trace};
use tracing::{debug, instrument, trace};

use hyperlane_core::{
Checkpoint, CheckpointWithMessageId, MultisigSignedCheckpoint, SignedCheckpointWithSigner,
Expand Down

0 comments on commit fcea02e

Please sign in to comment.