mirror of
https://github.com/monero-project/monero.git
synced 2025-02-05 04:15:18 -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 << "data: " << data;
|
||||
std::cout << "encrypted_key_images_blob: " << req.encrypted_key_images_blob << std::endl;
|
||||
std::cout << "data: " << data << std::endl;
|
||||
// Debug: Print the first few bytes of the decoded data
|
||||
std::cout << "First 32 bytes of decoded data: ";
|
||||
for (size_t i = 0; i < std::min(data.size(), size_t(32)); ++i) {
|
||||
|
@ -1858,7 +1858,7 @@ namespace tools
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
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()
|
||||
};
|
||||
typedef epee::misc_utils::struct_init<request_t> request;
|
||||
|
Loading…
x
Reference in New Issue
Block a user