Merge latest fc changes into develop branch #11

Merged
pbsa-gitlab merged 19 commits from latest-fc into develop 2019-12-16 18:09:04 +00:00
Showing only changes of commit 243690c67d - Show all commits

View file

@ -89,7 +89,7 @@ void websocket_api_connection::send_notice(
if( _connection )
{
fc::rpc::request req{ optional<uint64_t>(), "notice", {callback_id, std::move(args)}};
_connection.send_message( fc::json::to_string(fc::variant(req, _max_conversion_depth),
_connection->send_message( fc::json::to_string(fc::variant(req, _max_conversion_depth),
fc::json::stringify_large_ints_and_doubles, _max_conversion_depth ) );
}
}