From fe96e66ebe9fe38595adff32c6718be0abbdd002 Mon Sep 17 00:00:00 2001 From: Lee Clagett Date: Fri, 29 May 2020 21:59:58 -0400 Subject: Fix pruned tx for ZMQ's GetBlocksFast --- src/serialization/json_object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/serialization/json_object.h') diff --git a/src/serialization/json_object.h b/src/serialization/json_object.h index e016bef41..1dc6451cf 100644 --- a/src/serialization/json_object.h +++ b/src/serialization/json_object.h @@ -277,6 +277,8 @@ void fromJsonValue(const rapidjson::Value& val, cryptonote::rpc::BlockHeaderResp void toJsonValue(rapidjson::Writer& dest, const rct::rctSig& i); void fromJsonValue(const rapidjson::Value& val, rct::rctSig& sig); +void fromJsonValue(const rapidjson::Value& val, rct::ctkey& key); + void toJsonValue(rapidjson::Writer& dest, const rct::ecdhTuple& tuple); void fromJsonValue(const rapidjson::Value& val, rct::ecdhTuple& tuple); -- cgit v1.2.3