mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 19:37:04 +01:00
9 lines
424 B
Markdown
9 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.
|