diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-06-15 12:43:36 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-06-15 12:44:01 +0200 |
| commit | fc61c8322bd7288f7546d18ad04c36c345be13cd (patch) | |
| tree | fb6f1a7023eeb36d324c156adca8b80cfcf0d050 | |
| parent | doc: Fill in details about miniupnp CVE-2017-8798 (diff) | |
| parent | Note preexisting bug in display of fee calculation in coin control (diff) | |
| download | discoin-fc61c8322bd7288f7546d18ad04c36c345be13cd.tar.xz discoin-fc61c8322bd7288f7546d18ad04c36c345be13cd.zip | |
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
| -rw-r--r-- | doc/release-notes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index defec1696..0ad554b77 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 ================= |