Browse Source

Update RLPXFrameWriter.h

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

4
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:
@ -85,4 +85,4 @@ private:
};
}
}
}

Loading…
Cancel
Save