WIP update

This commit is contained in:
attermann 2023-10-09 10:19:26 -06:00
parent 2c8006f3a9
commit 8026638a06
3 changed files with 11 additions and 4 deletions

View file

@ -480,7 +480,7 @@ Bytes Packet::get_hashable_part() {
//}
std::string Packet::toString() {
std::string Packet::debugString() {
if (_object->_packed) {
//unpack();
}