mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
Merge bitcoin/bitcoin#31007: doc: add testnet4 section header for config file
Some checks are pending
Some checks are pending
61cdb1c9d8
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: ACK61cdb1c9d8
fjahr: ACK61cdb1c9d8
pablomartin4btc: ACK61cdb1c9d8
tdb3: ACK61cdb1c9d8
Tree-SHA512: 073ded595e168515a57229e88305f109986edf31aca7f8c9b7bc31dd5381c82e2aa75ae0497c678d824b5c41f5482b854aad91fa0df4782bcadb2f75cf8b8a81
This commit is contained in:
commit
6a37043552
2 changed files with 5 additions and 2 deletions
|
@ -72,9 +72,12 @@ cat >> "${EXAMPLE_CONF_FILE}" << 'EOF'
|
|||
# Options for mainnet
|
||||
[main]
|
||||
|
||||
# Options for testnet
|
||||
# Options for testnet3
|
||||
[test]
|
||||
|
||||
# Options for testnet4
|
||||
[testnet4]
|
||||
|
||||
# Options for signet
|
||||
[signet]
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue