diff options
author | Jon Atack <jon@atack.com> | 2021-03-08 00:43:53 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-03-08 00:44:54 +0100 |
commit | 4a285107c11edde2cfc8adfa831c5448c93798d3 (patch) | |
tree | acaf14e3d5c9d5f5e3904202f1b908e19c35bb50 /doc/bitcoin-conf.md | |
parent | 21b6a233734da1601846a16a741b108522901782 (diff) |
doc: add signet to doc/bitcoin-conf.md
Diffstat (limited to 'doc/bitcoin-conf.md')
-rw-r--r-- | doc/bitcoin-conf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitcoin-conf.md b/doc/bitcoin-conf.md index f4a8edec75..9a312bc33c 100644 --- a/doc/bitcoin-conf.md +++ b/doc/bitcoin-conf.md @@ -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. |