mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-05 13:48:52 +00:00
commit
c6f26ecae2
@ -308,10 +308,10 @@ namespace rct {
|
|||||||
ar.tag("cc");
|
ar.tag("cc");
|
||||||
FIELDS(MGs[i].cc)
|
FIELDS(MGs[i].cc)
|
||||||
// MGs[i].II not saved, it can be reconstructed
|
// MGs[i].II not saved, it can be reconstructed
|
||||||
|
ar.end_object();
|
||||||
|
|
||||||
if (mg_elements - i > 1)
|
if (mg_elements - i > 1)
|
||||||
ar.delimit_array();
|
ar.delimit_array();
|
||||||
|
|
||||||
ar.end_object();
|
|
||||||
}
|
}
|
||||||
ar.end_array();
|
ar.end_array();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user