diff --git a/src/ringct/rctTypes.h b/src/ringct/rctTypes.h index 8211fbae..da2e3808 100644 --- a/src/ringct/rctTypes.h +++ b/src/ringct/rctTypes.h @@ -207,7 +207,7 @@ namespace rct { for (size_t n = 0; n < outPk.size(); ++n) this->outPk[n].mask = outPk[n]; } - FIELD(txnFee) + VARINT_FIELD(txnFee) END_SERIALIZE() }; struct rctSigPrunable {