From e41a0eb6af022c3f1f39bd0d3a94c4868580a2e8 Mon Sep 17 00:00:00 2001
From: el00ruobuob <bruno.labour@gmail.com>
Date: Sat, 6 Oct 2018 00:44:47 +0200
Subject: [PATCH] Add better description of rescan_blockchain behavior.

---
 _i18n/ar/resources/developer-guides/wallet-rpc.md | 3 ++-
 _i18n/en/resources/developer-guides/wallet-rpc.md | 3 ++-
 _i18n/es/resources/developer-guides/wallet-rpc.md | 3 ++-
 _i18n/fr/resources/developer-guides/wallet-rpc.md | 3 ++-
 _i18n/it/resources/developer-guides/wallet-rpc.md | 3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/_i18n/ar/resources/developer-guides/wallet-rpc.md b/_i18n/ar/resources/developer-guides/wallet-rpc.md
index 7698571f..12e43803 100644
--- a/_i18n/ar/resources/developer-guides/wallet-rpc.md
+++ b/_i18n/ar/resources/developer-guides/wallet-rpc.md
@@ -1282,7 +1282,8 @@ $ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
 
 ### **rescan_blockchain**
 
-Rescan blockchain from scratch.
+Rescan the blockchain from scratch, losing any information which can not be recovered from the blockchain itself.  
+This includes destination addresses, tx secret keys, tx notes, etc.
 
 Alias: *None*.
 
diff --git a/_i18n/en/resources/developer-guides/wallet-rpc.md b/_i18n/en/resources/developer-guides/wallet-rpc.md
index 2a30fa4c..f92d7fce 100644
--- a/_i18n/en/resources/developer-guides/wallet-rpc.md
+++ b/_i18n/en/resources/developer-guides/wallet-rpc.md
@@ -1282,7 +1282,8 @@ $ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
 
 ### **rescan_blockchain**
 
-Rescan blockchain from scratch.
+Rescan the blockchain from scratch, losing any information which can not be recovered from the blockchain itself.  
+This includes destination addresses, tx secret keys, tx notes, etc.
 
 Alias: *None*.
 
diff --git a/_i18n/es/resources/developer-guides/wallet-rpc.md b/_i18n/es/resources/developer-guides/wallet-rpc.md
index 7698571f..12e43803 100644
--- a/_i18n/es/resources/developer-guides/wallet-rpc.md
+++ b/_i18n/es/resources/developer-guides/wallet-rpc.md
@@ -1282,7 +1282,8 @@ $ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
 
 ### **rescan_blockchain**
 
-Rescan blockchain from scratch.
+Rescan the blockchain from scratch, losing any information which can not be recovered from the blockchain itself.  
+This includes destination addresses, tx secret keys, tx notes, etc.
 
 Alias: *None*.
 
diff --git a/_i18n/fr/resources/developer-guides/wallet-rpc.md b/_i18n/fr/resources/developer-guides/wallet-rpc.md
index 7698571f..12e43803 100644
--- a/_i18n/fr/resources/developer-guides/wallet-rpc.md
+++ b/_i18n/fr/resources/developer-guides/wallet-rpc.md
@@ -1282,7 +1282,8 @@ $ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
 
 ### **rescan_blockchain**
 
-Rescan blockchain from scratch.
+Rescan the blockchain from scratch, losing any information which can not be recovered from the blockchain itself.  
+This includes destination addresses, tx secret keys, tx notes, etc.
 
 Alias: *None*.
 
diff --git a/_i18n/it/resources/developer-guides/wallet-rpc.md b/_i18n/it/resources/developer-guides/wallet-rpc.md
index 7698571f..12e43803 100644
--- a/_i18n/it/resources/developer-guides/wallet-rpc.md
+++ b/_i18n/it/resources/developer-guides/wallet-rpc.md
@@ -1282,7 +1282,8 @@ $ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
 
 ### **rescan_blockchain**
 
-Rescan blockchain from scratch.
+Rescan the blockchain from scratch, losing any information which can not be recovered from the blockchain itself.  
+This includes destination addresses, tx secret keys, tx notes, etc.
 
 Alias: *None*.
 
-- 
GitLab