From bfc78e236b0068dc29fc6589219decbd6e35d0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20=C4=8Can=C4=8Dula?= Date: Tue, 10 Sep 2019 10:26:05 +0200 Subject: [PATCH] Update the FC submodule with the changes for GRPH-4 --- tests/cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/main.cpp b/tests/cli/main.cpp index 4aca6c83..f6e482a9 100644 --- a/tests/cli/main.cpp +++ b/tests/cli/main.cpp @@ -210,7 +210,7 @@ public: wallet_data.ws_password = ""; websocket_connection = websocket_client.connect( wallet_data.ws_server ); - api_connection = std::make_shared(*websocket_connection); + api_connection = std::make_shared(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 ) );