mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
legacy print
This commit is contained in:
parent
e6988b8abc
commit
5095ad0adb
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ public:
|
|||
Json::Value temp;
|
||||
for (uint32_t i = u.log.data.size(); i > 0; --i)
|
||||
{
|
||||
std::cout << i << '\n';
|
||||
temp[i - 1]["to"] = u.log.data[i - 1].to;
|
||||
temp[i - 1]["from"] = u.log.data[i - 1].from;
|
||||
temp[i - 1]["amount"] = (Json::UInt)u.log.data[i - 1].amount;
|
||||
|
|
|
|||
Loading…
Reference in a new issue