-
» someoneelse49549 uploaded an image: (19KiB) <libera.ems.host/_matrix/media/v3/do…rFhMAvBBDKYjIQXMrxJ/Screenshot1.png>
-
someoneelse49549the virtual cryptonote::blobdata get_block_blob() subclass (blockchain_db.h) is supposed return the requested block. But blobdata is a string underhood. Why is that?
-
sech1Why not? String can contain any data
-
someoneelse49549yeah but it should pass through encoding
-
someoneelse49549* through encoding/decoding
-
someoneelse49549or am i missing something?
-
someoneelse49549alright didn't see the bd.assign(reinterpret_cast<char*>
-
someoneelse49549it makes sense now
-
someoneelse49549my little brain was stucked into String as String and not as char[]