aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-01-13 11:26:31 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-01-13 11:26:46 +0100
commitfab88af4d5d2f74dba3d1b7082de89b2cf1b4a6b (patch)
tree3b43dc69ac5c354b960466135a40051e68a2fc8c
parentfa0a391b35eacb01678eedbf489a457da90435d4 (diff)
downloadbitcoin-fab88af4d5d2f74dba3d1b7082de89b2cf1b4a6b.tar.xz
Add fallbackfee default value
-rw-r--r--doc/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 65150808a6..0757cb5c60 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -276,7 +276,7 @@ with `-txconfirmtarget=<m>` (default: `2`).
Sometimes, it is not possible to give good estimates, or an estimate
at all. Therefore, a fallback value can be set with `-fallbackfee=<f>`
-(default: `FIXME`).
+(default: `0.0002` BTC/kB).
At all times, Bitcoin Core will cap fees at `-maxtxfee=<x>` (default:
0.10) BTC.