Skip to content

Commit

Permalink
Removes unused error variants
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed May 22, 2023
1 parent bc412f5 commit 26e77c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions shared/src/ledger/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ pub enum Error {
),
#[error("Access to an internal address {0} is forbidden")]
AccessForbidden(InternalAddress),
#[error("Error while converting the transaction code's hash")]
TxCodeHashConversion, //FIXME: need this error?
#[error("Could not retrieve wasm code from storage for hash {0}")]
MissingWasmCodeInStorage(Hash), //FIXME: need this error?
#[error("Failed type conversion: {0}")]
ConversionError(String), //FIXME: need this error?
}

/// Result of applying a transaction
Expand Down

0 comments on commit 26e77c5

Please sign in to comment.