I think this is the last one.

This commit is contained in:
Adam Ierymenko 2019-03-25 12:53:31 -07:00
parent 752fc0742e
commit 6475e1faf6

View File

@ -155,7 +155,7 @@ public:
template<unsigned int C>
inline unsigned int deserialize(const Buffer<C> &b,unsigned int startAt = 0)
{
memset(this,0,sizeof(Revocation));
*this = Revocation();
unsigned int p = startAt;