mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
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:
commit
9b7536bb10
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace xmreg
|
||||||
"enable key images file checker")
|
"enable key images file checker")
|
||||||
("enable-output-key-checker", value<bool>()->default_value(false)->implicit_value(true),
|
("enable-output-key-checker", value<bool>()->default_value(false)->implicit_value(true),
|
||||||
"enable outputs key file checker")
|
"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 JSON REST api")
|
||||||
("enable-tx-cache", value<bool>()->default_value(false)->implicit_value(true),
|
("enable-tx-cache", value<bool>()->default_value(false)->implicit_value(true),
|
||||||
"enable caching of transaction details")
|
"enable caching of transaction details")
|
||||||
|
|
Loading…
Reference in a new issue