Skip to content

Commit

Permalink
fix typos (#8612)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jun 14, 2024
1 parent f2bc027 commit 0e6eee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/dev/rfcs/0009-zebra-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ A specific set of _privileged_ RPC endpoints:
via a firewall)

Support for sending tx's via _non-privileged_ RPC endpoints, or via Stolon:
- sendTransaction: once you author a transcation you can gossip it via any
- sendTransaction: once you author a transaction you can gossip it via any
Zcash node, not just a specific instance of zebrad

## Wallet functionality
Expand Down
2 changes: 1 addition & 1 deletion zebra-grpc/src/tests/snapshot.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Snapshot tests for Zebra Scan gRPC responses.
//!
//! Currently we snapshot the `get_info` and `get_results` responses for both mainnet and testnet with a
//! mocked scanner database. Calls that return `Empty` responses are not snapshoted in this suite.
//! mocked scanner database. Calls that return `Empty` responses are not snapshotted in this suite.
//!
//! To update these snapshots, run:
//! ```sh
Expand Down

0 comments on commit 0e6eee3

Please sign in to comment.