mirror of https://github.com/bitcoin/bitcoin.git
doc: Add release notes summarizing negated option behavior changes.
This commit is contained in:
parent
458ef0a11b
commit
490c8fa178
|
@ -0,0 +1,4 @@
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
Handling of negated `-noseednode`, `-nobind`, `-nowhitebind`, `-norpcbind`, `-norpcallowip`, `-norpcwhitelist`, `-notest`, `-noasmap`, `-norpcwallet`, `-noonlynet`, and `-noexternalip` options has changed. Previously negating these options had various confusing and undocumented side effects. Now negating them just resets the settings and restores default behaviors, as if the options were not specified.
|
Loading…
Reference in New Issue