mirror of
https://github.com/monero-project/monero.git
synced 2026-01-03 00:11:19 -08:00
ringct: remove unused senderPk from ecdhTuple
This was an early ringct field, which was never used in production
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user