diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-01-18 11:00:16 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-01-18 11:03:53 +0100 |
| commit | 17180fa608100ce1aab3df74c9db17c342c0380d (patch) | |
| tree | d13952acf9acc384ebf0b89c0beb6e610d4a5556 /doc | |
| parent | Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo... (diff) | |
| parent | wallet: Deprecate addwitnessaddress (diff) | |
| download | discoin-17180fa608100ce1aab3df74c9db17c342c0380d.tar.xz discoin-17180fa608100ce1aab3df74c9db17c342c0380d.zip | |
Merge #12210: wallet: Deprecate addwitnessaddress
cdf3e03 wallet: Deprecate addwitnessaddress (Wladimir J. van der Laan)
Pull request description:
Now that segwit is natively supported by the wallet, deprecate the hack `addwitnessaddress`.
Tree-SHA512: f33b1c33d200fa8f1a0fba424b30e9c2a78147cde8bb0a3fd41194b77980454cddfb23da256cd6fe78726e87161deaa23357d0764e74c3eb83177cc518afa49c
Diffstat (limited to 'doc')
| -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 d92666da7..bf4a72557 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 ----------------------------- |