From 6175c7f2ae76bce2d2d349669ec9404094f9b6d1 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 15 Dec 2019 20:47:34 -0500 Subject: [PATCH] Update shield coinbase docs --- doc/shield-coinbase.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/shield-coinbase.md b/doc/shield-coinbase.md index d3986fec7..f9a9c1970 100644 --- a/doc/shield-coinbase.md +++ b/doc/shield-coinbase.md @@ -30,19 +30,19 @@ The default fee is 0.0010000 ZEC and the default limit on the maximum number of Sweep up coinbase UTXOs from a transparent address you use for mining: - zcash-cli z_shieldcoinbase tMyMiningAddress zMyPrivateAddress + hush-cli z_shieldcoinbase tMyMiningAddress zMyPrivateAddress Sweep up coinbase UTXOs from multiple transparent addresses to a shielded address: - zcash-cli z_shieldcoinbase "*" zMyPrivateAddress + hush-cli z_shieldcoinbase "*" zMyPrivateAddress Sweep up with a fee of 1.23 ZEC: - zcash-cli z_shieldcoinbase tMyMiningAddress zMyPrivateAddress 1.23 + hush-cli z_shieldcoinbase tMyMiningAddress zMyPrivateAddress 1.23 Sweep up with a fee of 0.1 ZEC and set limit on the maximum number of UTXOs to shield at 25: - zcash-cli z_shieldcoinbase "*" zMyPrivateAddress 0.1 25 + hush-cli z_shieldcoinbase "*" zMyPrivateAddress 0.1 25 ### Asynchronous Call @@ -50,7 +50,7 @@ The `z_shieldcoinbase` RPC call is an asynchronous call, so you can queue up mul When you invoke - zcash-cli z_shieldcoinbase tMyMiningAddress zMyPrivateAddress + hush-cli z_shieldcoinbase tMyMiningAddress zMyPrivateAddress JSON will be returned immediately, with the following data fields populated: