From 5d45bd011641e4e9ee20e66e1aaa77b6ba31ef4b Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Mon, 26 Oct 2020 15:45:24 -0400 Subject: [PATCH] Clarify that zebra-cli will wrap zebra-client, a library that implements wallet stuff Co-authored-by: Henry de Valence --- book/src/dev/rfcs/xxxx-zebra-client.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/src/dev/rfcs/xxxx-zebra-client.md b/book/src/dev/rfcs/xxxx-zebra-client.md index 35bdaeec..1e3bb4a2 100644 --- a/book/src/dev/rfcs/xxxx-zebra-client.md +++ b/book/src/dev/rfcs/xxxx-zebra-client.md @@ -16,7 +16,8 @@ state. This includes: - a client component for `zebrad` that handles block chain scanning, with appropriate side-channel protections; - an RPC endpoint for `zebrad` that allows access to the client component; -- a `zebracli` binary that wraps basic wallet functionality and RPC queries in a command-line interface. +- Rust library code that implements basic wallet functionality; +- a `zebracli` binary that wraps the wallet library and RPC queries in a command-line interface. Client functionality is restricted to transparent and Sapling shielded transactions; Sprout shielded transactions are not supported. (Users should