ringct: remove unused senderPk from ecdhTuple

This was an early ringct field, which was never used in production
This commit is contained in:
moneromooo-monero 2019-01-08 23:27:42 +00:00
parent 7d37598158
commit b6534c40e6
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
4 changed files with 0 additions and 8 deletions

View file

@ -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>