diff --git a/README.md b/README.md index 629f493..74d5498 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/rpccalls.cpp b/src/rpccalls.cpp index 2293274..26a763a 100644 --- a/src/rpccalls.cpp +++ b/src/rpccalls.cpp @@ -21,7 +21,8 @@ rpccalls::rpccalls(string _deamon_url, m_http_client.set_server( deamon_url, - boost::optional{}, epee::net_utils::ssl_support_t::e_ssl_support_disabled); + boost::optional{}, + epee::net_utils::ssl_support_t::e_ssl_support_disabled); } bool