diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-01-17 13:20:21 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-01-18 10:24:18 +0100 |
commit | cdf3e03a723b1a0242199672878caf1543ba8124 (patch) | |
tree | d13952acf9acc384ebf0b89c0beb6e610d4a5556 /doc/release-notes.md | |
parent | c7978be899646194b6abc5b34a7f6a3311490033 (diff) |
wallet: Deprecate addwitnessaddress
Now that segwit is natively supported by the wallet, deprecate the hack `addwitnessaddress`.
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 2 |
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 ----------------------------- |