1
0
Fork 0
forked from lthn/blockchain

attempt to fix unit_tests Serialization:versioning2

This commit is contained in:
cryptozoidberg 2022-10-10 14:46:56 +02:00
parent 09a1ddf97b
commit 033ec29d60
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -806,7 +806,7 @@ struct A_v3 : public A_v2
FIELD(vector_3)
FIELD(vector_4)
if (s_version < 3) return true;
FIELD(vector_4)
FIELD(vector_5)
END_SERIALIZE()
};