mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🐛 invalid json after last commit
This commit is contained in:
parent
4aa55486c9
commit
b74510a113
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ std::string Log::GetLogsV2() noexcept
|
||||||
{
|
{
|
||||||
log_snapshot_v2 += "{\"counterparty\":\""; //17
|
log_snapshot_v2 += "{\"counterparty\":\""; //17
|
||||||
log_snapshot_v2 += data[i].counterparty; //max_name_size?
|
log_snapshot_v2 += data[i].counterparty; //max_name_size?
|
||||||
log_snapshot_v2 += ",\"amount\":"; //11
|
log_snapshot_v2 += "\",\"amount\":"; //11
|
||||||
if (!data[i].receiving) { log_snapshot_v2 += '-'; } //1
|
if (!data[i].receiving) { log_snapshot_v2 += '-'; } //1
|
||||||
log_snapshot_v2 += std::to_string(data[i].amount); //10?
|
log_snapshot_v2 += std::to_string(data[i].amount); //10?
|
||||||
log_snapshot_v2 += ",\"time\":"; //8
|
log_snapshot_v2 += ",\"time\":"; //8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue