Fixed compile fail
Minor error was
This commit is contained in:
parent
cfea1fe3e9
commit
6618745cf7
2 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,6 +14,7 @@ data
|
||||||
CMakeDoxyfile.in
|
CMakeDoxyfile.in
|
||||||
|
|
||||||
build
|
build
|
||||||
|
build__*
|
||||||
|
|
||||||
libraries/utilities/git_revision.cpp
|
libraries/utilities/git_revision.cpp
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ fc::http::reply rpc_client::send_post_request(std::string body, bool show_log) {
|
||||||
|
|
||||||
HttpsCall call(ip, port);
|
HttpsCall call(ip, port);
|
||||||
|
|
||||||
HttpRequest response;
|
HttpResponse response;
|
||||||
|
|
||||||
fc::http::reply reply;
|
fc::http::reply reply;
|
||||||
|
|
||||||
|
|
@ -128,7 +128,7 @@ fc::http::reply rpc_client::send_post_request(std::string body, bool show_log) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return reply;
|
return reply;
|
||||||
|
/*
|
||||||
fc::http::connection conn;
|
fc::http::connection conn;
|
||||||
conn.connect_to(fc::ip::endpoint(fc::ip::address(ip), port));
|
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;
|
return reply;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
}} // namespace graphene::peerplays_sidechain
|
}} // namespace graphene::peerplays_sidechain
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue