Skip to content

Commit

Permalink
Removes unused error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed May 22, 2024
1 parent 23f3176 commit 09fcca0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/namada/src/ledger/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ pub enum Error {
TxRunnerError(vm::wasm::run::Error),
#[error("{0:?}")]
ProtocolTxError(#[from] eyre::Error),
#[error("Txs must either be encrypted or a decryption of an encrypted tx")]
TxTypeError,
#[error("The atomic batch failed at inner transaction {0}")]
FailingAtomicBatch(Hash),
#[error("Gas error: {0}")]
Expand Down

0 comments on commit 09fcca0

Please sign in to comment.