Skip to content

Commit

Permalink
Update zebra-consensus/src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alfredo Garcia <[email protected]>
  • Loading branch information
upbqdn and oxarbitrage authored Dec 3, 2024
1 parent 4f37471 commit 8deea77
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 @@ -240,7 +240,7 @@ pub enum TransactionError {
#[cfg_attr(any(test, feature = "proptest-impl"), proptest(skip))]
Zip317(#[from] zebra_chain::transaction::zip317::Error),

#[error("the transaction uses an incorrect consensus branch id")]
#[error("transaction uses an incorrect consensus branch id")]
WrongConsensusBranchId,

#[error("wrong tx format: tx version is ≥ 5, but `nConsensusBranchId` is missing")]
Expand Down

0 comments on commit 8deea77

Please sign in to comment.