mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
enable-json-api flag is false by default now
This commit is contained in:
parent
605b55ba84
commit
d9805386d6
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,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)->implicit_value(true),
|
||||
("enable-json-api", value<bool>()->default_value(false)->implicit_value(true),
|
||||
"enable JSON REST api")
|
||||
("enable-tx-cache", value<bool>()->default_value(false)->implicit_value(true),
|
||||
"enable caching of transaction details")
|
||||
|
|
|
@ -95,8 +95,8 @@
|
|||
</h5>
|
||||
<form action="/myoutputs" method="post" style="width:100%; margin-top:2px" class="style-1">
|
||||
<input type="hidden" name="tx_hash" value="{{tx_hash}}"><br/>
|
||||
<input type="text" name="xmr_address" size="120" placeholder="Monero address/subaddress"><br/>
|
||||
<input type="text" name="viewkey" size="120" placeholder="Private viewkey" style="margin-top:5px"><br/>
|
||||
<input type="text" name="xmr_address" size="110" placeholder="Monero address/subaddress"><br/>
|
||||
<input type="text" name="viewkey" size="110" placeholder="Private viewkey" style="margin-top:5px"><br/>
|
||||
<input type="hidden" name="raw_tx_data" value="{{raw_tx_data}}">
|
||||
<!--above raw_tx_data field only used when checking raw tx data through tx pusher-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue