From 896eca03c4cbfe5b9cc1d9d8416a074fce5a8400 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 15 Dec 2019 14:34:45 +0800 Subject: [PATCH] rpc and readme updated --- README.md | 2 +- src/rpccalls.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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