mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 08:12:12 +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:
|
private:
|
||||||
ChangeFlag<true> log_flag;
|
ChangeFlag<true> log_flag;
|
||||||
std::string log_snapshot;
|
std::string log_snapshot = "null";
|
||||||
|
|
||||||
public:
|
public:
|
||||||
#if MAX_LOG_SIZE == 1
|
#if MAX_LOG_SIZE == 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue