Permalink
Browse files

Merge #10588: doc: Note preexisting bug in display of fee calculation…

… in coin control


60b967e Note preexisting bug in display of fee calculation in coin control (Alex Morcos)

Tree-SHA512: 0179654d313ea10b776781617cea744757344d8b4455153540f116978a72aabdc0a3092388b9cfbe8d0348b699943a9e41082ed964e161e4f3017dcd056e77fc
  • Loading branch information...
2 parents 7a64351 + 60b967e commit fc61c8322bd7288f7546d18ad04c36c345be13cd @laanwj laanwj committed Jun 15, 2017
Showing with 9 additions and 0 deletions.
  1. +9 −0 doc/release-notes.md
View
@@ -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
=================

0 comments on commit fc61c83

Please sign in to comment.