aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-10-14 10:28:34 +0800
committerfanquake <fanquake@gmail.com>2022-10-14 10:28:34 +0800
commitd68b6abeb844daa907c7d8c103efac4092de34c0 (patch)
tree467df3335b2408f79733c64fb25560b77e00624f
parentc349096fa26171a6753dc114252d7cecdc9df412 (diff)
downloadbitcoin-d68b6abeb844daa907c7d8c103efac4092de34c0.tar.xz
doc: Generate example bitcoin conf for 24.0rc2
-rw-r--r--share/examples/bitcoin.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf
index ab94040283..bbbbe66404 100644
--- a/share/examples/bitcoin.conf
+++ b/share/examples/bitcoin.conf
@@ -282,9 +282,6 @@
# 0)
#peerbloomfilters=1
-# Relay non-P2SH multisig (default: 1)
-#permitbaremultisig=1
-
# Listen for connections on <port>. Nodes not using the default ports
# (default: 8333, testnet: 18333, signet: 38333, regtest: 18444)
# are unlikely to get incoming connections. Not relevant for I2P
@@ -575,6 +572,9 @@
# relaying, mining and transaction creation (default: 0.00001)
#minrelaytxfee=<amt>
+# Relay non-P2SH multisig (default: 1)
+#permitbaremultisig=1
+
# Add 'forcerelay' permission to whitelisted inbound peers with default
# permissions. This will relay transactions even if the
# transactions were already in the mempool. (default: 0)