Skip to content

Commit

Permalink
Update zebrad/src/components/mempool/storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: teor <[email protected]>
  • Loading branch information
arya2 and teor2345 authored Oct 24, 2022
1 parent 96beae2 commit b7a5ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/mempool/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub enum SameEffectsChainRejectionError {
#[error("best chain tip has reached transaction expiry height")]
Expired,

#[error("transaction outpoints or nullifiers were committed to the best chain")]
#[error("transaction inputs were spent, or nullifiers were revealed, in the best chain")]
DuplicateSpend,

#[error("transaction was committed to the best chain")]
Expand Down

0 comments on commit b7a5ddd

Please sign in to comment.