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 %}