Skip to content

Commit

Permalink
Update zebrad/src/components/mempool/downloads.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Conrado Gouvea <[email protected]>
  • Loading branch information
arya2 and conradoplg authored Dec 11, 2024
1 parent d150018 commit 6d2c661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/mempool/downloads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub enum TransactionDownloadVerifyError {
#[error("transaction download / verification was cancelled")]
Cancelled,

#[error("transaction did not pass consensus validation, error: {0:?}")]
#[error("transaction did not pass consensus validation: {0}")]
Invalid(#[from] zebra_consensus::error::TransactionError),
}

Expand Down

0 comments on commit 6d2c661

Please sign in to comment.