aboutsummaryrefslogtreecommitdiff
path: root/src/serialization/json_object.h
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2024-06-18 21:26:28 -0400
committerLee Clagett <code@leeclagett.com>2024-06-21 21:37:31 -0400
commite875a587e26c7525134135293277de69ca28932b (patch)
tree08f53b5ccfa4d9d8823a42912dbdc82dfe8a05ac /src/serialization/json_object.h
parent24ccaba6ef429fdd37a3281c586e655987201a5c (diff)
downloadmonzero-core-e875a587e26c7525134135293277de69ca28932b.tar.gz
monzero-core-e875a587e26c7525134135293277de69ca28932b.tar.xz
monzero-core-e875a587e26c7525134135293277de69ca28932b.zip
Fix ZMQ Tx Pruning
Diffstat (limited to 'src/serialization/json_object.h')
-rw-r--r--src/serialization/json_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialization/json_object.h b/src/serialization/json_object.h
index 3868ab3f8..bbcde9bf6 100644
--- a/src/serialization/json_object.h
+++ b/src/serialization/json_object.h
@@ -281,7 +281,7 @@ void fromJsonValue(const rapidjson::Value& val, cryptonote::rpc::error& error);
void toJsonValue(rapidjson::Writer<epee::byte_stream>& dest, const cryptonote::rpc::BlockHeaderResponse& response);
void fromJsonValue(const rapidjson::Value& val, cryptonote::rpc::BlockHeaderResponse& response);
-void toJsonValue(rapidjson::Writer<epee::byte_stream>& dest, const rct::rctSig& i);
+void toJsonValue(rapidjson::Writer<epee::byte_stream>& dest, const rct::rctSig& sig, bool prune);
void fromJsonValue(const rapidjson::Value& val, rct::rctSig& sig);
void fromJsonValue(const rapidjson::Value& val, rct::ctkey& key);