Fixed compile fail

Minor error was
This commit is contained in:
moss9001 2021-10-20 00:29:30 +03:00
parent cfea1fe3e9
commit 6618745cf7
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -14,6 +14,7 @@ data
CMakeDoxyfile.in
build
build__*
libraries/utilities/git_revision.cpp

View file

@ -109,7 +109,7 @@ fc::http::reply rpc_client::send_post_request(std::string body, bool show_log) {
HttpsCall call(ip, port);
HttpRequest response;
HttpResponse response;
fc::http::reply reply;
@ -128,7 +128,7 @@ fc::http::reply rpc_client::send_post_request(std::string body, bool show_log) {
}
return reply;
/*
fc::http::connection conn;
conn.connect_to(fc::ip::endpoint(fc::ip::address(ip), port));
@ -148,6 +148,7 @@ fc::http::reply rpc_client::send_post_request(std::string body, bool show_log) {
}
return reply;
*/
}
}} // namespace graphene::peerplays_sidechain