diff options
| author | whythat <[email protected]> | 2018-10-06 00:24:06 +0300 |
|---|---|---|
| committer | whythat <[email protected]> | 2018-10-13 19:30:13 +0300 |
| commit | 93d1aa9abc4402715f781db2bc26bdde4447e951 (patch) | |
| tree | 30a929c15431a127d60b0603b9b4909849db70b3 /doc | |
| parent | Merge #14395: Fix typos and cleanup (diff) | |
| download | discoin-93d1aa9abc4402715f781db2bc26bdde4447e951.tar.xz discoin-93d1aa9abc4402715f781db2bc26bdde4447e951.zip | |
rpcwallet: add 'ischange' field to 'getaddressinfo' response
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes-14282.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes-14282.md b/doc/release-notes-14282.md index e6d8e0b70..900ca0432 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. |