Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Nov 1, 2023
1 parent 9397161 commit 6e50ed4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rust/chains/hyperlane-cosmos/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// use bech32::Error;
use hyperlane_core::ChainCommunicationError;

/// Errors from the crates specific to the hyperlane-cosmos
Expand Down
1 change: 0 additions & 1 deletion rust/hyperlane-core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::ops::Deref;
use crate::config::StrOrIntParseError;
use cosmrs::proto::prost;
use cosmrs::Error as CosmrsError;
// use fixed_hash::rustc_hex::FromHexError;
use std::string::FromUtf8Error;

use crate::HyperlaneProviderError;
Expand Down

0 comments on commit 6e50ed4

Please sign in to comment.