mirror of
https://github.com/monero-project/monero.git
synced 2025-07-22 09:00:40 -04:00
rct: do not serialize senderPk - it is not used anymore
This commit is contained in:
parent
e5a9a4755b
commit
b337aea6cc
3 changed files with 5 additions and 3 deletions
|
@ -219,7 +219,7 @@ namespace boost
|
|||
{
|
||||
a & x.mask;
|
||||
a & x.amount;
|
||||
a & x.senderPk;
|
||||
// a & x.senderPk; // not serialized, as we do not use it in monero currently
|
||||
}
|
||||
|
||||
inline void serializeOutPk(boost::archive::binary_iarchive &a, rct::ctkeyV &outPk_, const boost::serialization::version_type ver)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue