Sync master with Beatrice for latest updates #14

Merged
pbsa-gitlab merged 19 commits from beatrice into master 2020-01-17 21:24:20 +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 ) );
}
}