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
parent 9224af57e2
commit 00a38c521e
No known key found for this signature in database
GPG key ID: 84D83487B62026E0
2 changed files with 2 additions and 2 deletions

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

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 ) );