From 1577f9f671217c31979c6d569db58e618382609d Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 14 Jun 2024 12:37:33 -0300 Subject: [PATCH] fix typos --- book/src/dev/rfcs/0009-zebra-client.md | 2 +- zebra-grpc/src/tests/snapshot.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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