doc: integrate release notes from #16639

This uses the wording from the release-notes in master.
This commit is contained in:
fanquake
2019-09-13 11:38:32 +08:00
parent 40b47d5399
commit fb9baded74
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
=================