rpcwallet: add 'ischange' field to 'getaddressinfo' response

This commit is contained in:
whythat
2018-10-06 00:24:06 +03:00
parent f504a1402a
commit 93d1aa9abc
4 changed files with 13 additions and 2 deletions

View File

@@ -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.