Skip to content

Commit

Permalink
fixed sv2-ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
lorbax committed Feb 9, 2024
1 parent 12356bd commit 7631c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/v2/sv2-ffi/sv2.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ static const uintptr_t NOISE_FRAME_HEADER_SIZE = 2;

static const uintptr_t NOISE_FRAME_HEADER_LEN_OFFSET = 0;

static const uintptr_t INITIATOR_EXPECTED_HANDSHAKE_MESSAGE_LENGTH = 170;
static const uintptr_t INITIATOR_EXPECTED_HANDSHAKE_MESSAGE_LENGTH = 234;

static const uintptr_t RESPONDER_EXPECTED_HANDSHAKE_MESSAGE_LENGTH = 32;
static const uintptr_t RESPONDER_EXPECTED_HANDSHAKE_MESSAGE_LENGTH = 64;

static const uint8_t SV2_MINING_PROTOCOL_DISCRIMINANT = 0;

Expand Down

0 comments on commit 7631c4d

Please sign in to comment.