Merge pull request #121 from peerplays-network/GRPH-4-update-submodule

Update the FC submodule
This commit is contained in:
Bobinson K B 2019-09-11 13:34:45 -04:00 committed by GitHub
commit 0bdbd64c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 94b046dce6bb86fd22abd1831fc9056103f4aa5d
Subproject commit 443f858d9b4733bb6d894da9315ce00ac3246065

View file

@ -37,6 +37,7 @@
#include <fc/crypto/base58.hpp>
#include <fc/crypto/aes.hpp>
#include <fc/smart_ref_impl.hpp>
#ifdef _WIN32
#ifndef _WIN32_WINNT
@ -210,7 +211,7 @@ public:
wallet_data.ws_password = "";
websocket_connection = websocket_client.connect( wallet_data.ws_server );
api_connection = std::make_shared<fc::rpc::websocket_api_connection>(*websocket_connection);
api_connection = std::make_shared<fc::rpc::websocket_api_connection>(websocket_connection);
remote_login_api = api_connection->get_remote_api< graphene::app::login_api >(1);
BOOST_CHECK(remote_login_api->login( wallet_data.ws_user, wallet_data.ws_password ) );