diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-10-22 10:52:14 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-22 10:52:14 -0500 |
commit | bb2bcf35216b819778fe09cee328e7acc2f680cf (patch) | |
tree | 6e3a388008fe2c7e1d4568a966e7333dd65830ba /src/ringct | |
parent | Merge pull request #5996 (diff) | |
parent | cryptonote: add function to get weight from a pruned tx (diff) | |
download | monero-bb2bcf35216b819778fe09cee328e7acc2f680cf.tar.xz |
Merge pull request #5972
9447e72 cryptonote: add function to get weight from a pruned tx (moneromooo-monero)
Diffstat (limited to 'src/ringct')
-rw-r--r-- | src/ringct/rctTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ringct/rctTypes.h b/src/ringct/rctTypes.h index f8729b872..bf4b7b4aa 100644 --- a/src/ringct/rctTypes.h +++ b/src/ringct/rctTypes.h @@ -321,6 +321,7 @@ namespace rct { std::vector<mgSig> MGs; // simple rct has N, full has 1 keyV pseudoOuts; //C - for simple rct + // when changing this function, update cryptonote::get_pruned_transaction_weight template<bool W, template <bool> class Archive> bool serialize_rctsig_prunable(Archive<W> &ar, uint8_t type, size_t inputs, size_t outputs, size_t mixin) { |