Merge #16861: [0.17] doc: Remove release note fragment from #16639

fb9baded74 doc: integrate release notes from #16639 (fanquake)

Pull request description:

  This uses the wording from the release-notes currently [in master](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes.md#wallet).

ACKs for top commit:
  laanwj:
    ACK fb9baded74

Tree-SHA512: 1a8938c01cba2605ad3d8f6219499d118bf944ff354858e10e4ba55ea0dfd212f3104f38e21cb57e6dc891480775c972a4156f91a7572acc579e89fce35c912d
This commit is contained in:
Wladimir J. van der Laan
2019-09-13 17:06:04 +02:00
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
Wallet changes
--------------
When creating a transaction with a fee above `-maxtxfee` (default 0.1 BTC),
the RPC commands `walletcreatefundedpsbt` and `fundrawtransaction` will now fail
instead of rounding down the fee. Beware that the `feeRate` argument is specified
in BTC per kilobyte, not satoshi per byte.

View File

@@ -71,6 +71,11 @@ Documentation
implementations, and many other cases where two or more programs need
to interact to generate a complete transaction.
Wallet
------
- When creating a transaction with a fee above -maxtxfee (default 0.1 BTC), the RPC commands walletcreatefundedpsbt and fundrawtransaction will now fail instead of rounding down the fee. Be aware that the feeRate argument is specified in BTC per 1,000 vbytes, not satoshi per vbyte. (#16639)
0.17.2 change log
=================