diff --git a/src/ringct/rctTypes.h b/src/ringct/rctTypes.h index 8598a4f04..ede67f7cd 100644 --- a/src/ringct/rctTypes.h +++ b/src/ringct/rctTypes.h @@ -501,8 +501,8 @@ namespace rct { if (type == RCTTypeFcmpPlusPlus) { - ar.begin_object(); ar.tag("fcmp_pp"); + ar.begin_object(); const std::size_t proof_len = fcmp::get_fcmp_pp_len_from_n_inputs(inputs); PREPARE_CUSTOM_VECTOR_SERIALIZATION(proof_len, fcmp_pp); if (fcmp_pp.size() != proof_len)