mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-29 18:05:58 +02:00
Merge #15629: init: Throw error when network specific config is ignored
fae38c3dc6doc: Fix all typos reported by codespell (MarcoFalke)fa9058f0eddoc: Add release notes for 15629 (MarcoFalke)fa4a922d78qa: Add test for missing testnet section in conf file (MarcoFalke)dddd6f0f58init: Throw error when network specific config is ignored (MarcoFalke) Pull request description: This should have no effect on mainnet users, but simplifies testing, where config settings are currently ignored with only a warning. Fix this by making it an error. Issues: * bitcoin client 0.17.0 ignores wallet's name (file) #14523 * Can't set custom rpcport on testnet #13777 * ... ACKs for commit fae38c: Tree-SHA512: 2e209526898eea6e444c803ec2666989cee4ca137492d32984998733c50a70056cb54657df8dc3027a6a0612738a8afce0bc35824b868c5f22281e00e0188530
This commit is contained in:
@@ -85,9 +85,14 @@ Low-level Changes section below.
|
||||
Low-level changes
|
||||
=================
|
||||
|
||||
Example item
|
||||
Configuration
|
||||
------------
|
||||
|
||||
* An error is issued where previously a warning was issued when a setting in
|
||||
the config file was specified in the default section, but not overridden for
|
||||
the selected network. This change takes only effect if the selected network
|
||||
is not mainnet.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user