aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2017-06-14 14:34:29 -0400
committerAlex Morcos <morcos@chaincode.com>2017-06-14 14:34:29 -0400
commit60b967ec41edc93f7f2d7cc115c169348be28b69 (patch)
treefb6f1a7023eeb36d324c156adca8b80cfcf0d050
parent7a643511b474d53f952d3cd403af51aabd104044 (diff)
downloadbitcoin-60b967ec41edc93f7f2d7cc115c169348be28b69.tar.xz
Note preexisting bug in display of fee calculation in coin control
-rw-r--r--doc/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index defec1696d..0ad554b773 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -45,6 +45,15 @@ setting or through the `-upnp` option, as since the last UPnP vulnerability
If you use this option, it is recommended to upgrade to this version as soon as
possible.
+Known Bugs
+==========
+
+Since 0.14.0 the approximate transaction fee shown in Bitcoin-Qt when using coin
+control and smart fee estimation does not reflect any change in target from the
+smart fee slider. It will only present an approximate fee calculated using the
+default target. The fee calculated using the correct target is still applied to
+the transaction and shown in the final send confirmation dialog.
+
0.14.2 Change log
=================