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