Skip to content

Commit

Permalink
Updates outdated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Jan 30, 2025
1 parent d6a5cba commit 1d73f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pub enum TransactionError {
#[error("could not find a mempool transaction input UTXO in the best chain")]
TransparentInputNotFound,

#[error("could not validate nullifiers and anchors on best chain: {0}")]
#[error("could not contextually validate transaction on best chain: {0}")]
#[cfg_attr(any(test, feature = "proptest-impl"), proptest(skip))]
// This error variant is at least 128 bytes
ValidateContextError(Box<ValidateContextError>),
Expand Down

0 comments on commit 1d73f1c

Please sign in to comment.