Skip to content

Commit 61cdb1c

Browse files
committed
doc: add testnet4 section header for config file
1 parent fc642c3 commit 61cdb1c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

contrib/devtools/gen-bitcoin-conf.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ cat >> "${EXAMPLE_CONF_FILE}" << 'EOF'
7272
# Options for mainnet
7373
[main]
7474
75-
# Options for testnet
75+
# Options for testnet3
7676
[test]
7777
78+
# Options for testnet4
79+
[testnet4]
80+
7881
# Options for signet
7982
[signet]
8083

doc/bitcoin-conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Comments may appear in two ways:
3131
### Network specific options
3232

3333
Network specific options can be:
34-
- placed into sections with headers `[main]` (not `[mainnet]`), `[test]` (not `[testnet]`), `[signet]` or `[regtest]`;
34+
- placed into sections with headers `[main]` (not `[mainnet]`), `[test]` (not `[testnet]`, for testnet3), `[testnet4]`, `[signet]` or `[regtest]`;
3535
- prefixed with a chain name; e.g., `regtest.maxmempool=100`.
3636

3737
Network specific options take precedence over non-network specific options.

0 commit comments

Comments
 (0)