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:
parent
d4b62a1e29
commit
d4b8991e44
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue