Update the FC submodule with the changes for GRPH-4
This commit is contained in:
parent
dab396e1e4
commit
bfc78e236b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue