Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ameten committed Jan 8, 2025
1 parent fc4597a commit 5f77dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/main/chains/hyperlane-cosmos/src/libs/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use cosmrs::{crypto::PublicKey, AccountId};
use hyperlane_cosmwasm_interface::types::keccak256_hash;
use tendermint::account::Id as TendermintAccountId;
use tendermint::public_key::PublicKey as TendermintPublicKey;
use tendermint::TendermintKey;

use crypto::decompress_public_key;
use hyperlane_core::Error::Overflow;
Expand Down

0 comments on commit 5f77dff

Please sign in to comment.