Browse Source

I think this is the last one.

pull/1/head
Adam Ierymenko 7 years ago
parent
commit
6475e1faf6
  1. 2
      node/Revocation.hpp

2
node/Revocation.hpp

@ -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;

Loading…
Cancel
Save