From 65dc198d2cf7160f54a469a0c806232e83dc7599 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 21 Aug 2025 11:42:27 +0100 Subject: [PATCH] doc: update example bitcoin conf for 29.1rc2 --- share/examples/bitcoin.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf index d3999ecb4ac..d7c170da358 100644 --- a/share/examples/bitcoin.conf +++ b/share/examples/bitcoin.conf @@ -581,7 +581,7 @@ #datacarriersize=1 # Fees (in BTC/kvB) smaller than this are considered zero fee for -# relaying, mining and transaction creation (default: 0.00001) +# relaying, mining and transaction creation (default: 0.000001) #minrelaytxfee= # Relay transactions creating non-P2SH multisig outputs (default: 1) @@ -605,7 +605,7 @@ #blockmaxweight= # Set lowest fee rate (in BTC/kvB) for transactions to be included in -# block creation. (default: 0.00001) +# block creation. (default: 0.00000001) #blockmintxfee= # Reserve space for the fixed-size block header plus the largest coinbase