From 0c00b00494d2245049dc3d63d7ad6619c0e79a64 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Thu, 22 Feb 2018 12:50:40 -0800 Subject: [PATCH] s/zcashd/hushd/ --- doc/shield-coinbase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/shield-coinbase.md b/doc/shield-coinbase.md index a4da82d38..d6ee4d37b 100644 --- a/doc/shield-coinbase.md +++ b/doc/shield-coinbase.md @@ -71,7 +71,7 @@ You can use the RPC call `lockunspent` to see which UTXOs have been locked. You The number of coinbase UTXOs selected for shielding can be adjusted by setting the limit parameter. The default value is 50. -If the limit parameter is set to zero, the zcashd `mempooltxinputlimit` option will be used instead, where the default value for `mempooltxinputlimit` is zero, which means no limit. +If the limit parameter is set to zero, the hushd `mempooltxinputlimit` option will be used instead, where the default value for `mempooltxinputlimit` is zero, which means no limit. Any limit is constrained by a hard limit due to the consensus rule defining a maximum transaction size of 100,000 bytes.