aboutsummaryrefslogtreecommitdiff
path: root/doc/bitcoin-conf.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-03-08 00:43:53 +0100
committerJon Atack <jon@atack.com>2021-03-08 00:44:54 +0100
commit4a285107c11edde2cfc8adfa831c5448c93798d3 (patch)
treeacaf14e3d5c9d5f5e3904202f1b908e19c35bb50 /doc/bitcoin-conf.md
parent21b6a233734da1601846a16a741b108522901782 (diff)
downloadbitcoin-4a285107c11edde2cfc8adfa831c5448c93798d3.tar.xz
doc: add signet to doc/bitcoin-conf.md
Diffstat (limited to 'doc/bitcoin-conf.md')
-rw-r--r--doc/bitcoin-conf.md2
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.