rct: do not serialize senderPk - it is not used anymore

This commit is contained in:
moneromooo-monero
2016-07-28 20:14:15 +01:00
parent e5a9a4755b
commit b337aea6cc
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ namespace rct {
BEGIN_SERIALIZE_OBJECT()
FIELD(mask)
FIELD(amount)
FIELD(senderPk)
// FIELD(senderPk) // not serialized, as we do not use it in monero currently
END_SERIALIZE()
};