rpc and readme updated

devel
moneroexamples 4 years ago
parent e7091da33a
commit 896eca03c4

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

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

Loading…
Cancel
Save