rct: serialize txnFee as varint

This commit is contained in:
moneromooo-monero 2016-08-10 17:16:05 +01:00
parent d4b62a1e29
commit d4b8991e44
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {