Skip to content

Commit

Permalink
update GetSubtreeRoots gRPC comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Ruane authored and LarryRuane committed Oct 19, 2023
1 parent 7555b49 commit fb12fba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/rtd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,8 @@ <h3 id="cash.z.wallet.sdk.rpc.CompactTxStreamer">CompactTxStreamer</h3>
<td>GetSubtreeRoots</td>
<td><a href="#cash.z.wallet.sdk.rpc.GetSubtreeRootsArg">GetSubtreeRootsArg</a></td>
<td><a href="#cash.z.wallet.sdk.rpc.SubtreeRoot">SubtreeRoot</a> stream</td>
<td><p>Returns a stream of information about roots of subtrees of the Sapling and Orchard
note commitment trees.</p></td>
<td><p>Returns a stream of information about roots of subtrees of the note commitment tree
for the specified shielded protocol (Sapling or Orchard).</p></td>
</tr>

<tr>
Expand Down
4 changes: 2 additions & 2 deletions walletrpc/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ service CompactTxStreamer {
rpc GetTreeState(BlockID) returns (TreeState) {}
rpc GetLatestTreeState(Empty) returns (TreeState) {}

// Returns a stream of information about roots of subtrees of the Sapling and Orchard
// note commitment trees.
// Returns a stream of information about roots of subtrees of the note commitment tree
// for the specified shielded protocol (Sapling or Orchard).
rpc GetSubtreeRoots(GetSubtreeRootsArg) returns (stream SubtreeRoot) {}

rpc GetAddressUtxos(GetAddressUtxosArg) returns (GetAddressUtxosReplyList) {}
Expand Down
8 changes: 4 additions & 4 deletions walletrpc/service_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb12fba

Please sign in to comment.