From 93d1aa9abc4402715f781db2bc26bdde4447e951 Mon Sep 17 00:00:00 2001 From: whythat Date: Sat, 6 Oct 2018 00:24:06 +0300 Subject: rpcwallet: add 'ischange' field to 'getaddressinfo' response --- doc/release-notes-14282.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/release-notes-14282.md b/doc/release-notes-14282.md index e6d8e0b70c..900ca04324 100644 --- a/doc/release-notes-14282.md +++ b/doc/release-notes-14282.md @@ -4,3 +4,6 @@ Low-level RPC changes `-usehd` was removed in version 0.16. From that version onwards, all new wallets created are hierarchical deterministic wallets. Version 0.18 makes specifying `-usehd` invalid config. + +`ischange` field of boolean type that shows if an address was used for change +output was added to `getaddressinfo` method response. -- cgit v1.2.3