mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🐛 json 64 bug
This commit is contained in:
parent
9e8ce406ec
commit
7d38974ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ public:
|
|||
res[j]["to"] = l.data[i].to;
|
||||
res[j]["from"] = l.data[i].from;
|
||||
res[j]["amount"] = l.data[i].amount;
|
||||
res[j]["time"] = l.data[i].time;
|
||||
res[j]["time"] = (Json::UInt64)l.data[i].time;
|
||||
}
|
||||
})))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue