mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
Update user.hpp
This commit is contained in:
parent
dc11416d9a
commit
662685a0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ struct User
|
||||||
}
|
}
|
||||||
for (uint32_t i = 0; i < log.end; ++i)
|
for (uint32_t i = 0; i < log.end; ++i)
|
||||||
{
|
{
|
||||||
log.data[i] = std::move(Transaction(log_j[i]["from"].asCString(), log_j[i]["to"].asCString(), log_j[i]["amount"].asUInt()));
|
log.data[i] = std::move(Transaction(log_j[i]["from"].asCString(), log_j[i]["to"].asCString(), log_j[i]["amount"].asUInt(), log_j[i]["time"].asUInt64()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue