aboutsummaryrefslogtreecommitdiff
path: root/src/ringct
diff options
context:
space:
mode:
Diffstat (limited to 'src/ringct')
-rw-r--r--src/ringct/rctTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ringct/rctTypes.h b/src/ringct/rctTypes.h
index d36d3f1b1..1ba280aba 100644
--- a/src/ringct/rctTypes.h
+++ b/src/ringct/rctTypes.h
@@ -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()
};