mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
:bug
This commit is contained in:
parent
6927061705
commit
bf1a904c84
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ struct Log
|
||||||
Json::Value Serialize() const
|
Json::Value Serialize() const
|
||||||
{
|
{
|
||||||
Json::Value res;
|
Json::Value res;
|
||||||
for (uint32_t i = 0; i < end + 1; ++i)
|
for (uint32_t i = 0; i < end; ++i)
|
||||||
{
|
{
|
||||||
res[i]["to"] = data[i].to;
|
res[i]["to"] = data[i].to;
|
||||||
res[i]["from"] = data[i].from;
|
res[i]["from"] = data[i].from;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue