aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-09-13 11:38:32 +0800
committerfanquake <fanquake@gmail.com>2019-09-13 11:41:27 +0800
commitfb9baded747c90662a648bbbaa957367529503b2 (patch)
treeba740587784f9afac0d4d5408b65e18408fa5511
parent40b47d539991e6c115c047dad7909207c9b8451e (diff)
downloadbitcoin-fb9baded747c90662a648bbbaa957367529503b2.tar.xz
doc: integrate release notes from #16639
This uses the wording from the release-notes in master.
-rw-r--r--doc/release-notes-0.18.1-16257.md6
-rw-r--r--doc/release-notes.md5
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/release-notes-0.18.1-16257.md b/doc/release-notes-0.18.1-16257.md
deleted file mode 100644
index 21867b7fb2..0000000000
--- a/doc/release-notes-0.18.1-16257.md
+++ /dev/null
@@ -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.
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 50da0e9a97..53ccdfa58d 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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
=================