mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 19:37:27 -03:00
doc: add testnet4 section header for config file
This commit is contained in:
parent
fc642c33ef
commit
61cdb1c9d8
2 changed files with 5 additions and 2 deletions
|
@ -72,9 +72,12 @@ cat >> "${EXAMPLE_CONF_FILE}" << 'EOF'
|
||||||
# Options for mainnet
|
# Options for mainnet
|
||||||
[main]
|
[main]
|
||||||
|
|
||||||
# Options for testnet
|
# Options for testnet3
|
||||||
[test]
|
[test]
|
||||||
|
|
||||||
|
# Options for testnet4
|
||||||
|
[testnet4]
|
||||||
|
|
||||||
# Options for signet
|
# Options for signet
|
||||||
[signet]
|
[signet]
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Comments may appear in two ways:
|
||||||
### Network specific options
|
### Network specific options
|
||||||
|
|
||||||
Network specific options can be:
|
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`.
|
- prefixed with a chain name; e.g., `regtest.maxmempool=100`.
|
||||||
|
|
||||||
Network specific options take precedence over non-network specific options.
|
Network specific options take precedence over non-network specific options.
|
||||||
|
|
Loading…
Reference in a new issue