aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-pr12823.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-08-13 07:42:43 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-08-13 07:41:52 -0400
commitfad389862725abe4351879e3333e47e9e5bf9e0c (patch)
tree9def60a67301a48760325ce63bdac319863000b0 /doc/release-notes-pr12823.md
parent73a09b445800aa80e2356f47f459ebf132888fa9 (diff)
downloadbitcoin-fad389862725abe4351879e3333e47e9e5bf9e0c.tar.xz
doc: move-only release notes of individual prs
Diffstat (limited to 'doc/release-notes-pr12823.md')
-rw-r--r--doc/release-notes-pr12823.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/release-notes-pr12823.md b/doc/release-notes-pr12823.md
deleted file mode 100644
index b493908716..0000000000
--- a/doc/release-notes-pr12823.md
+++ /dev/null
@@ -1,20 +0,0 @@
-Configuration sections for testnet and regtest
-----------------------------------------------
-
-It is now possible for a single configuration file to set different
-options for different networks. This is done by using sections or by
-prefixing the option with the network, such as:
-
- main.uacomment=bitcoin
- test.uacomment=bitcoin-testnet
- regtest.uacomment=regtest
- [main]
- mempoolsize=300
- [test]
- mempoolsize=100
- [regtest]
- mempoolsize=20
-
-The `addnode=`, `connect=`, `port=`, `bind=`, `rpcport=`, `rpcbind=`
-and `wallet=` options will only apply to mainnet when specified in the
-configuration file, unless a network is specified.