mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 17:34:18 -04:00
Fix pruned tx for ZMQ's GetBlocksFast
This commit is contained in:
parent
c108c5e2f0
commit
fe96e66ebe
5 changed files with 41 additions and 18 deletions
|
@ -277,6 +277,8 @@ void fromJsonValue(const rapidjson::Value& val, cryptonote::rpc::BlockHeaderResp
|
|||
void toJsonValue(rapidjson::Writer<epee::byte_stream>& 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<epee::byte_stream>& dest, const rct::ecdhTuple& tuple);
|
||||
void fromJsonValue(const rapidjson::Value& val, rct::ecdhTuple& tuple);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue