Merge pull request #104 from stoffu/enable-json-api-implicit-true

set implicit value of enable-json-api to true, just like other enable-* options
master
moneroexamples 7 years ago committed by GitHub
commit 9b7536bb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ namespace xmreg
"enable key images file checker")
("enable-output-key-checker", value<bool>()->default_value(false)->implicit_value(true),
"enable outputs key file checker")
("enable-json-api", value<bool>()->default_value(true),
("enable-json-api", value<bool>()->default_value(true)->implicit_value(true),
"enable JSON REST api")
("enable-tx-cache", value<bool>()->default_value(false)->implicit_value(true),
"enable caching of transaction details")

Loading…
Cancel
Save