From 2b0611effb1839cc374b93ce3fc83b04138a3ea5 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 22 May 2017 13:46:34 -0400 Subject: [PATCH] Remove incorrect note in importaddress Remove incorrect note that said imporaddress would not rescan stuff already in the wallet. Those addresses and scripts already in the wallet will still be rescanned. --- _includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md index d3e409ee..41e24818 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/importaddress.md @@ -41,7 +41,7 @@ The `importaddress` RPC {{summary_importAddress}} - n: "Rescan" t: "bool" p: "Optional
(0 or 1)" - d: "Set to `true` (the default) to rescan the entire local block database for transactions affecting any address or pubkey script in the wallet (including transaction affecting the newly-added address or pubkey script). Set to `false` to not rescan the block database (rescanning can be performed at any time by restarting Bitcoin Core with the `-rescan` command-line argument). Rescanning may take several minutes. Notes: if the address or pubkey script is already in the wallet, the block database will not be rescanned even if this parameter is set" + d: "Set to `true` (the default) to rescan the entire local block database for transactions affecting any address or pubkey script in the wallet (including transaction affecting the newly-added address or pubkey script). Set to `false` to not rescan the block database (rescanning can be performed at any time by restarting Bitcoin Core with the `-rescan` command-line argument). Rescanning may take several minutes." {% enditemplate %}