🐛 GetLogsV2 also needs a log_flag

This commit is contained in:
EntireTwix 2022-11-30 20:14:25 -08:00
parent 206698697b
commit f6d8673045

View file

@ -13,6 +13,7 @@ private:
ChangeFlag<true> log_flag; ChangeFlag<true> log_flag;
std::string log_snapshot = "null"; std::string log_snapshot = "null";
#if API_VERSION >= 2 #if API_VERSION >= 2
ChangeFlag<true> log_flag_v2;
std::string log_snapshot_v2 = "null"; std::string log_snapshot_v2 = "null";
#endif #endif