diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2019-12-19 16:27:15 -0500 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2019-12-19 16:27:15 -0500 |
commit | 900d8f6f70859f528e84c5c38d0332f81d19df55 (patch) | |
tree | 77a9236d14f792e881aee790e4cebd7425f1a7cf /doc | |
parent | 6677be64f69b3d6f60f5a675ff9746def27a2de8 (diff) |
util: Disallow network-qualified command line options
Previously these were allowed but ignored.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index eec1ef9c46..99ca53c597 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -104,6 +104,13 @@ Wallet Low-level changes ================= +Command line +------------ + +Command line options prefixed with main/test/regtest network names like +`-main.port=8333` `-test.server=1` previously were allowed but ignored. Now +they trigger "Invalid parameter" errors on startup. + Tests ----- |