diff --git a/inc/values/DnaManager.hpp b/inc/values/DnaManager.hpp index 8776e29..18e9a19 100644 --- a/inc/values/DnaManager.hpp +++ b/inc/values/DnaManager.hpp @@ -21,12 +21,12 @@ struct UiUnit struct NetUnit { - uint128 hash; + uint32_t hash; uint32_t index; Liked liked; }; -static_assert(24 == sizeof(NetUnit)); +static_assert(12 == sizeof(NetUnit)); struct DnaManagerData {