rpc and readme updated

This commit is contained in:
moneroexamples 2019-12-15 14:34:45 +08:00
parent e7091da33a
commit 896eca03c4
2 changed files with 3 additions and 2 deletions

View File

@ -90,7 +90,7 @@ Current development branch:
- https://github.com/moneroexamples/onion-monero-blockchain-explorer/tree/devel
Note: `devel` branch of the explorer follows `master` branch of the monero.
Note: `devel` branch of the explorer follows `master` branch of the monero!
## Compilation on Ubuntu 16.04/18.04

View File

@ -21,7 +21,8 @@ rpccalls::rpccalls(string _deamon_url,
m_http_client.set_server(
deamon_url,
boost::optional<epee::net_utils::http::login>{}, epee::net_utils::ssl_support_t::e_ssl_support_disabled);
boost::optional<epee::net_utils::http::login>{},
epee::net_utils::ssl_support_t::e_ssl_support_disabled);
}
bool