Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: write handshake nonce correctly
The `value` and `offset` args to `Buffer.writeUInt32LE` vs `DataView.setUint32` are the other way round. Fixes a bug introduced in #125 where we were using the nonce value as an offset and writing `4` rather than writing the nonce value at offset `4`.
- Loading branch information