Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Feb 20, 2024
1 parent 3fda135 commit c36a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/user/shielded-scan-grpc-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ grpcurl -plaintext -d '{ "keys": { "key": ["sapling_extended_full_viewing_key"]

This will start scanning for transactions in Zebra's state and in new blocks as they're validated.

Or, to use the scanner gRPC server without streaming, try calling `RegisterKeys` with your Sapling extended full viewing key, waiting the scanner to cache some results, then calling `GetResults`.
Or, to use the scanner gRPC server without streaming, try calling `RegisterKeys` with your Sapling extended full viewing key, waiting for the scanner to cache some results, then calling `GetResults`.

## gRPC Reflection

Expand Down

0 comments on commit c36a10d

Please sign in to comment.