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
This commit is contained in:
moneroexamples 2018-02-15 11:17:44 +08:00 committed by GitHub
commit 9b7536bb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")