1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

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

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 {