Skip to content

Commit

Permalink
Merge branch 'main' into fix-send-tx-test
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 authored Dec 5, 2024
2 parents e6316da + bd122b6 commit fb43d1e
Show file tree
Hide file tree
Showing 13 changed files with 587 additions and 367 deletions.
2 changes: 1 addition & 1 deletion zebra-chain/src/history_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub enum HistoryTreeError {
#[non_exhaustive]
InnerError { inner: zcash_history::Error },

#[error("I/O error")]
#[error("I/O error: {0}")]
IOError(#[from] io::Error),
}

Expand Down
Loading

0 comments on commit fb43d1e

Please sign in to comment.