Browse Source

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
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
fc61c8322b
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
  1. 9
      doc/release-notes.md

9
doc/release-notes.md

@ -45,6 +45,15 @@ setting or through the `-upnp` option, as since the last UPnP vulnerability @@ -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
=================

Loading…
Cancel
Save