From 900d8f6f70859f528e84c5c38d0332f81d19df55 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Thu, 19 Dec 2019 16:27:15 -0500 Subject: util: Disallow network-qualified command line options Previously these were allowed but ignored. --- doc/release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 ----- -- cgit v1.2.3