Allow multiple nuparams options in config file

We didn't add this in zcash/zcash#4583 because `-nuparams` is only ever
used as a CLI argument in our testing infrastructure. It turns out that
there are external developers using regtest mode with `nuparams` in
their config files instead. Neat!

Closes zcash/zcash#4705.
This commit is contained in:
Jack Grigg 2020-09-04 19:00:38 +01:00
parent f8e1a02bbe
commit 566e0d38b4
1 changed files with 1 additions and 0 deletions

View File

@ -571,6 +571,7 @@ void ReadConfigFile(const std::string& confPath,
"externalip",
"fundingstream",
"loadblock",
"nuparams",
"onlynet",
"rpcallowip",
"rpcauth",