update
This commit is contained in:
@@ -29,12 +29,12 @@ class MoMProof
|
||||
{
|
||||
public:
|
||||
MerkleBranch branch;
|
||||
uint256 notarisationHash;
|
||||
uint256 notarizationHash;
|
||||
ADD_SERIALIZE_METHODS;
|
||||
template <typename Stream, typename Operation>
|
||||
inline void SerializationOp(Stream& s, Operation ser_action) {
|
||||
READWRITE(branch);
|
||||
READWRITE(notarisationHash);
|
||||
READWRITE(notarizationHash);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user