diff options
author | Jon Atack <jon@atack.com> | 2021-03-08 00:43:53 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-03-21 09:32:33 +0100 |
commit | 6746cd078be8a15c69f8f5ba5253b1768d0acf21 (patch) | |
tree | 6837f63cf065f90dfdb41f88eef7bc6e2cb52126 /doc/bitcoin-conf.md | |
parent | 58975d5c0abeab8cb66f6006ee558d4bb7cc12b5 (diff) |
doc: add signet to doc/bitcoin-conf.md
Github-Pull: #21384
Rebased-From: 4a285107c11edde2cfc8adfa831c5448c93798d3
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. |