mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 GetLogsV2 also needs a log_flag
This commit is contained in:
parent
206698697b
commit
f6d8673045
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue