From 064f850705d4ff2ffa658b96f2ed31355cdb1d5d Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 6 Jun 2022 18:22:57 +0000 Subject: [PATCH] Update 'doc/config.md' --- doc/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.md b/doc/config.md index d2af57e94..44df5ece3 100644 --- a/doc/config.md +++ b/doc/config.md @@ -16,7 +16,7 @@ Tells your node to connect to another node, by IP address or hostname. ## consolidation=1 Defaults to 0 in CLI hushd, defaults to 1 in SilentDragon. This option consolidates many unspent shielded UTXOs (zutxos) into one zutxo, which makes spending them in the future faster and potentially cost less in fees. It also helps prevent -certain kinds of metadata leakages and spam attacks. +certain kinds of metadata leakages and spam attacks. It is not recommended for very large wallets (wallet.dat files with thousands of transactions) for performance reasons. This is why it defaults to OFF for CLI full nodes but ON for GUI wallets that use an embedded hushd. ## rescan=1