mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-26 09:24:47 +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)
|
for (size_t n = 0; n < outPk.size(); ++n)
|
||||||
this->outPk[n].mask = outPk[n];
|
this->outPk[n].mask = outPk[n];
|
||||||
}
|
}
|
||||||
FIELD(txnFee)
|
VARINT_FIELD(txnFee)
|
||||||
END_SERIALIZE()
|
END_SERIALIZE()
|
||||||
};
|
};
|
||||||
struct rctSigPrunable {
|
struct rctSigPrunable {
|
||||||
|
|
Loading…
Reference in a new issue