mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
doc: add signet to doc/bitcoin-conf.md
This commit is contained in:
parent
21b6a23373
commit
4a285107c1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,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]`) or `[regtest]`;
|
||||
- placed into sections with headers `[main]` (not `[mainnet]`), `[test]` (not `[testnet]`), `[signet]` or `[regtest]`;
|
||||
- prefixed with a chain name; e.g., `regtest.maxmempool=100`.
|
||||
|
||||
Network specific options take precedence over non-network specific options.
|
||||
|
|
Loading…
Add table
Reference in a new issue