mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 fixed last commit
This commit is contained in:
parent
6d6b55025b
commit
3b1a459e18
1 changed files with 2 additions and 0 deletions
|
|
@ -91,7 +91,9 @@ BankResponse Bank::SendFunds(const std::string &a_name, const std::string &b_nam
|
|||
b.balance += amount;
|
||||
b.log.AddTrans(std::move(temp));
|
||||
});
|
||||
#if CONSERVATIVE_DISK_SAVE
|
||||
ChangesMade();
|
||||
#endif
|
||||
}
|
||||
return state;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue