This commit is contained in:
Alfredo Garcia 2024-06-14 15:29:21 -03:00 committed by GitHub
parent f2bc02726c
commit 0e6eee373e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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