Update the FC submodule with the changes for GRPH-4

This commit is contained in:
Miha Čančula 2019-09-10 10:26:05 +02:00 committed by gladcow
parent dab396e1e4
commit bfc78e236b

View file

@ -210,7 +210,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 ) );