Change memo field size and relocate ciphertexts field of JoinSplit description.

This commit is contained in:
Sean Bowe
2016-08-15 08:54:42 -06:00
parent d7da4ecc33
commit f5e5707d4c
6 changed files with 513 additions and 511 deletions

View File

@@ -92,10 +92,10 @@ public:
READWRITE(nullifiers);
READWRITE(commitments);
READWRITE(ephemeralKey);
READWRITE(ciphertexts);
READWRITE(randomSeed);
READWRITE(macs);
READWRITE(proof);
READWRITE(ciphertexts);
}
friend bool operator==(const JSDescription& a, const JSDescription& b)