10:46:29 * someoneelse49549 uploaded an image: (19KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/wwzONrFhMAvBBDKYjIQXMrxJ/Screenshot1.png >
10:46:37 <someoneelse49549> the 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?
10:51:06 <sech1> Why not? String can contain any data
10:55:28 <someoneelse49549> yeah but it should pass through encoding
10:56:46 <someoneelse49549> * through encoding/decoding
10:58:59 <someoneelse49549> or am i missing something?
11:08:53 <someoneelse49549> alright didn't see the bd.assign(reinterpret_cast<char*>
11:08:59 <someoneelse49549> it makes sense now
11:12:29 <someoneelse49549> my little brain was stucked into String as String and not as char[]