diff --git a/book/src/dev/rfcs/0009-zebra-client.md b/book/src/dev/rfcs/0009-zebra-client.md index 38aa720ca4d..3aa153daea6 100644 --- a/book/src/dev/rfcs/0009-zebra-client.md +++ b/book/src/dev/rfcs/0009-zebra-client.md @@ -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 diff --git a/zebra-grpc/src/tests/snapshot.rs b/zebra-grpc/src/tests/snapshot.rs index 4fb589d7a3e..92e8b77aa8d 100644 --- a/zebra-grpc/src/tests/snapshot.rs +++ b/zebra-grpc/src/tests/snapshot.rs @@ -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