Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update GetSubtreeRoots gRPC comment #447

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.