mirror of
https://github.com/monero-project/monero.git
synced 2025-02-10 09:48:34 -05:00
more debug code
This commit is contained in:
parent
26913952a6
commit
c5822d77ce
@ -3022,8 +3022,8 @@ bool wallet_rpc_server::on_import_encrypted_key_images(const wallet_rpc::COMMAND
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
std::cout << "encrypted_key_images_blob: " << req.encrypted_key_images_blob;
|
std::cout << "encrypted_key_images_blob: " << req.encrypted_key_images_blob << std::endl;
|
||||||
std::cout << "data: " << data;
|
std::cout << "data: " << data << std::endl;
|
||||||
// Debug: Print the first few bytes of the decoded data
|
// Debug: Print the first few bytes of the decoded data
|
||||||
std::cout << "First 32 bytes of decoded data: ";
|
std::cout << "First 32 bytes of decoded data: ";
|
||||||
for (size_t i = 0; i < std::min(data.size(), size_t(32)); ++i) {
|
for (size_t i = 0; i < std::min(data.size(), size_t(32)); ++i) {
|
||||||
|
@ -1858,7 +1858,7 @@ namespace tools
|
|||||||
|
|
||||||
BEGIN_KV_SERIALIZE_MAP()
|
BEGIN_KV_SERIALIZE_MAP()
|
||||||
KV_SERIALIZE_OPT(offset, (uint32_t)0)
|
KV_SERIALIZE_OPT(offset, (uint32_t)0)
|
||||||
KV_SERIALIZE(encrypted_key_images_blob)
|
KV_SERIALIZE_OPT(encrypted_key_images_blob, "WTF")
|
||||||
END_KV_SERIALIZE_MAP()
|
END_KV_SERIALIZE_MAP()
|
||||||
};
|
};
|
||||||
typedef epee::misc_utils::struct_init<request_t> request;
|
typedef epee::misc_utils::struct_init<request_t> request;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user