Browse Source

Update RLPXFrameWriter.h

cl-refactor
subtly 10 years ago
parent
commit
c2fff08327
  1. 2
      libp2p/RLPXFrameWriter.h

2
libp2p/RLPXFrameWriter.h

@ -54,7 +54,7 @@ class RLPXFrameWriter
RLPXPacket* writing = nullptr;
size_t remaining = 0;
bool multiFrame = false;
uint16_t sequence;
uint16_t sequence = -1;
};
public:

Loading…
Cancel
Save