Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
refactor: Remove unused error types
Browse files Browse the repository at this point in the history
  • Loading branch information
code0xff committed Jul 8, 2024
1 parent 70aaf02 commit 2e16d41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions primitives/cosmos/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
#[derive(Copy, Clone, Debug)]
pub enum DecodeTxError {
EmptyFeeAmount,
EmptySigners,
EmptyTxBytes,
InvalidMsgData,
InvalidSignDoc,
InvalidTxData,
InvalidChainId,
UnsupportedMsgType,
UnsupportedSignerType,
UnsupportedSigningMode,
}
Expand Down

0 comments on commit 2e16d41

Please sign in to comment.