Merge READWRITEMANY into READWRITE

This commit is contained in:
Pieter Wuille
2018-03-13 16:35:01 -07:00
parent 0630974647
commit 2761bca997
2 changed files with 2 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ public:
template <typename Stream, typename Operation>
inline void SerializationOp(Stream& s, Operation ser_action) {
READWRITEMANY(intval, boolval, stringval, FLATDATA(charstrval), txval);
READWRITE(intval, boolval, stringval, FLATDATA(charstrval), txval);
}
};