forked from lthn/blockchain
attempt to fix unit_tests Serialization:versioning2
This commit is contained in:
parent
09a1ddf97b
commit
033ec29d60
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue