aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-01-17 13:20:21 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-01-18 10:24:18 +0100
commitcdf3e03a723b1a0242199672878caf1543ba8124 (patch)
treed13952acf9acc384ebf0b89c0beb6e610d4a5556 /doc
parentc7978be899646194b6abc5b34a7f6a3311490033 (diff)
downloadbitcoin-cdf3e03a723b1a0242199672878caf1543ba8124.tar.xz
wallet: Deprecate addwitnessaddress
Now that segwit is natively supported by the wallet, deprecate the hack `addwitnessaddress`.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index d92666da72..bf4a725574 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -97,6 +97,8 @@ Low-level RPC changes
* `getwalletinfo`
* `getmininginfo`
- The wallet RPC `getreceivedbyaddress` will return an error if called with an address not in the wallet.
+- The wallet RPC `addwitnessaddress` was deprecated and will be removed in version 0.17,
+ set the `address_type` argument of `getnewaddress`, or option `-addresstype=[bech32|p2sh-segwit]` instead.
Changed command-line options
-----------------------------