Skip to content

Commit

Permalink
refactor: Remove duplicate error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Aug 16, 2024
1 parent c405658 commit 33c8643
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/services/txpool/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ pub enum Error {
)]
NotInsertedCollisionMessageId(TxId, Nonce),
#[display(fmt = "Transaction is not inserted. UTXO input does not exist: {_0:#x}")]
NotInsertedOutputDoesNotExist(UtxoId),
#[display(
fmt = "Transaction is not inserted. UTXO input contract does not exist or was already spent: {_0:#x}"
)]
NotInsertedInputContractDoesNotExist(ContractId),
#[display(fmt = "Transaction is not inserted. ContractId is already taken {_0:#x}")]
NotInsertedContractIdAlreadyTaken(ContractId),
Expand Down

0 comments on commit 33c8643

Please sign in to comment.