From fa7e311e169349bfcf1dab8b980724e8ddf4e749 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 15 May 2019 14:10:41 -0400 Subject: [doc] rpcwallet: Only fail rescan when blocks have been pruned --- doc/release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/release-notes.md') diff --git a/doc/release-notes.md b/doc/release-notes.md index 0de0f563b1..3355c4c127 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -88,6 +88,16 @@ Configuration the selected network. This change takes only effect if the selected network is not mainnet. +Wallet +------ + +- When in pruned mode, a rescan that was triggered by an `importwallet`, + `importpubkey`, `importaddress`, or `importprivkey` RPC will only fail when + blocks have been pruned. Previously it would fail when `-prune` has been set. + This change allows to set `-prune` to a high value (e.g. the disk size) and + the calls to any of the import RPCs would fail when the first block is + pruned. + Credits ======= -- cgit v1.2.3