mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 00:02:14 +11:00
⚡ default snapshot value set to "null"
This commit is contained in:
parent
66b200be27
commit
b2f306aee5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ struct Log
|
|||
{
|
||||
private:
|
||||
ChangeFlag<true> log_flag;
|
||||
std::string log_snapshot;
|
||||
std::string log_snapshot = "null";
|
||||
|
||||
public:
|
||||
#if MAX_LOG_SIZE == 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue