Skip to content

Commit 6a37043

Browse files
committed
Merge bitcoin/bitcoin#31007: doc: add testnet4 section header for config file
61cdb1c doc: add testnet4 section header for config file (Marnix) Pull request description: This PR adds the missing `testnet4` config section header documentation for the config file. ACKs for top commit: Sjors: ACK 61cdb1c fjahr: ACK 61cdb1c pablomartin4btc: ACK 61cdb1c tdb3: ACK 61cdb1c Tree-SHA512: 073ded595e168515a57229e88305f109986edf31aca7f8c9b7bc31dd5381c82e2aa75ae0497c678d824b5c41f5482b854aad91fa0df4782bcadb2f75cf8b8a81
2 parents 70910eb + 61cdb1c commit 6a37043

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

contrib/devtools/gen-bitcoin-conf.sh

+4-1
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

+1-1
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)