Skip to content

Commit

Permalink
rct: serialize txnFee as varint
Browse files Browse the repository at this point in the history
  • Loading branch information
moneromooo-monero committed Aug 28, 2016
1 parent d4b62a1 commit d4b8991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ringct/rctTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d4b8991

Please sign in to comment.