mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 00:02:14 +11:00
🚚 renamed GetLog to GetLogs
This commit is contained in:
parent
c7e2794e56
commit
50a4e49452
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ public:
|
|||
std::vector<Transaction> data;
|
||||
#endif
|
||||
|
||||
const std::string &GetLog() noexcept;
|
||||
const std::string &GetLogs() noexcept;
|
||||
void AddTrans(Transaction &&t) noexcept;
|
||||
Json::Value Serialize() const; // to be removed later
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ void Log::AddTrans(Transaction &&t) noexcept
|
|||
#endif
|
||||
}
|
||||
|
||||
const std::string &Log::GetLog() noexcept
|
||||
const std::string &Log::GetLogs() noexcept
|
||||
{
|
||||
if (log_flag.GetChangeState()) //if there are changes
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue