mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 19:37:04 +01:00
Enable error "Multiple values specified for -setting in same section of config file.", for ALLOW_ANY settings that don't specify ALLOW_LIST. Instead of silently ignoring settings, this change makes it an error to provide an ambiguous config file that provides assigns multiple values to a single-value setting. Change include release notes.
8 lines
424 B
Markdown
8 lines
424 B
Markdown
Configuration file
|
|
------------------
|
|
|
|
Repeated assignments of the same setting in the same section of the config file
|
|
which were previously ignored will now trigger errors on startup that look
|
|
like: "Multiple values specified for -setting in same section of config file."
|
|
Settings like `-debug=<category>` and `-rpcallowip=<addr>` which are meant to
|
|
be repeated are not affected by this change and will not trigger errors.
|