aboutsummaryrefslogtreecommitdiff
path: root/doc/bitcoin-conf.md
diff options
context:
space:
mode:
authorMarnix <93143998+MarnixCroes@users.noreply.github.com>2024-10-01 13:56:16 +0200
committerMarnix <93143998+MarnixCroes@users.noreply.github.com>2024-10-01 15:18:12 +0200
commit61cdb1c9d83778b95f4f9596f34617b7a191d0a5 (patch)
treef4e8c75ef2e893927d03b24c53b7f41f6e977ed0 /doc/bitcoin-conf.md
parentfc642c33ef28829eda0119a0fe39fd9bc4b84051 (diff)
downloadbitcoin-61cdb1c9d83778b95f4f9596f34617b7a191d0a5.tar.xz
doc: add testnet4 section header for config file
Diffstat (limited to 'doc/bitcoin-conf.md')
-rw-r--r--doc/bitcoin-conf.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitcoin-conf.md b/doc/bitcoin-conf.md
index 76711d0e7d..9b31879790 100644
--- a/doc/bitcoin-conf.md
+++ b/doc/bitcoin-conf.md
@@ -31,7 +31,7 @@ Comments may appear in two ways:
### Network specific options
Network specific options can be:
-- placed into sections with headers `[main]` (not `[mainnet]`), `[test]` (not `[testnet]`), `[signet]` or `[regtest]`;
+- placed into sections with headers `[main]` (not `[mainnet]`), `[test]` (not `[testnet]`, for testnet3), `[testnet4]`, `[signet]` or `[regtest]`;
- prefixed with a chain name; e.g., `regtest.maxmempool=100`.
Network specific options take precedence over non-network specific options.