From 00a38c521e6ed8dcfb3237f6eadb7b2fda2e4313 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 --- libraries/fc | 2 +- tests/cli/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/fc b/libraries/fc index 94b046dc..443f858d 160000 --- a/libraries/fc +++ b/libraries/fc @@ -1 +1 @@ -Subproject commit 94b046dce6bb86fd22abd1831fc9056103f4aa5d +Subproject commit 443f858d9b4733bb6d894da9315ce00ac3246065 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 ) );