diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-01-08 23:27:42 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-01-22 23:17:42 +0000 |
commit | b6534c40e641c957ed4869acf5f58df2be97dcac (patch) | |
tree | 25ce8862a0fa64259da34210da1d096ae213869e /src/cryptonote_basic/cryptonote_boost_serialization.h | |
parent | ringct: the commitment mask is now deterministic (diff) | |
download | monero-b6534c40e641c957ed4869acf5f58df2be97dcac.tar.xz |
ringct: remove unused senderPk from ecdhTuple
This was an early ringct field, which was never used in production
Diffstat (limited to '')
-rw-r--r-- | src/cryptonote_basic/cryptonote_boost_serialization.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_basic/cryptonote_boost_serialization.h b/src/cryptonote_basic/cryptonote_boost_serialization.h index 8a527b898..a4228b849 100644 --- a/src/cryptonote_basic/cryptonote_boost_serialization.h +++ b/src/cryptonote_basic/cryptonote_boost_serialization.h @@ -262,7 +262,6 @@ namespace boost memset(&x.amount, 0, sizeof(x.amount)); } a & amount; - // a & x.senderPk; // not serialized, as we do not use it in monero currently } template <class Archive> |