diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-02-10 22:12:43 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-02-10 22:11:31 -0500 |
commit | fa5f51830d2649cace2fc827084093019497c151 (patch) | |
tree | 8a1aabc02312abfdd013b8c9fc983c3011ef05d7 /doc | |
parent | 67447ba06057b8e83f962c82491d2fe6c5211f50 (diff) |
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 0292eaa4d2..528cb81a38 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -56,6 +56,13 @@ frequently tested on them. Notable changes =============== +RPC changes +------------ + +### Low-level changes + +- The `fundrawtransaction` rpc will reject the previously deprecated `reserveChangeKey` option. + Credits ======= |