We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 453a82f + 31a7f12 commit 81d4db0Copy full SHA for 81d4db0
src/ringct/rctTypes.h
@@ -374,7 +374,7 @@ namespace rct {
374
memset(ecdhInfo[i].amount.bytes, 0, sizeof(ecdhInfo[i].amount.bytes));
375
else // saving
376
memcpy(trunc_amount.data, ecdhInfo[i].amount.bytes, sizeof(trunc_amount));
377
- FIELD(trunc_amount);
+ FIELD_N("amount", trunc_amount);
378
if (!typename Archive<W>::is_saving()) // loading
379
memcpy(ecdhInfo[i].amount.bytes, trunc_amount.data, sizeof(trunc_amount));
380
ar.end_object();
0 commit comments