Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed May 14, 2024
1 parent b1bd72d commit 824e520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-rpc/src/methods/trees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pub struct GetSubtrees {

/// Response to a `z_gettreestate` RPC request.
///
/// Contains the hex-encoded Sapling & Orchard note commitment trees, and their
/// corresponding [`block::Hash`], [`Height`], and block time.
/// Contains the hex-encoded Sapling & Orchard note commitment trees, and their corresponding
/// [`struct@Hash`], [`Height`], and block time.
#[derive(Clone, Debug, Eq, PartialEq, serde::Serialize, Default)]
pub struct GetTreestate {
/// The block hash corresponding to the treestate, hex-encoded.
Expand Down

0 comments on commit 824e520

Please sign in to comment.