mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
⏪ reverted last commit oops
This commit is contained in:
parent
3d8dc99874
commit
0f128e04a0
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ const char *Bank::Save()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FBE::bank_dom::GlobalFinalModel writer;
|
static thread_local FBE::bank_dom::GlobalFinalModel writer;
|
||||||
writer.serialize(users_copy);
|
writer.serialize(users_copy);
|
||||||
if (!writer.verify())
|
if (!writer.verify())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue