Skip to content

Commit

Permalink
Fix ffi headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3 committed Dec 19, 2024
1 parent c3234f5 commit 7e7d661
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions protocols/v2/sv2-ffi/sv2.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ static const uint8_t MESSAGE_TYPE_ALLOCATE_MINING_JOB_TOKEN = 80;

static const uint8_t MESSAGE_TYPE_ALLOCATE_MINING_JOB_TOKEN_SUCCESS = 81;

static const uint8_t MESSAGE_TYPE_IDENTIFY_TRANSACTIONS = 83;

static const uint8_t MESSAGE_TYPE_IDENTIFY_TRANSACTIONS_SUCCESS = 84;

static const uint8_t MESSAGE_TYPE_PROVIDE_MISSING_TRANSACTIONS = 85;

static const uint8_t MESSAGE_TYPE_PROVIDE_MISSING_TRANSACTIONS_SUCCESS = 86;
Expand Down Expand Up @@ -183,10 +179,6 @@ static const bool CHANNEL_BIT_DECLARE_MINING_JOB_SUCCESS = false;

static const bool CHANNEL_BIT_DECLARE_MINING_JOB_ERROR = false;

static const bool CHANNEL_BIT_IDENTIFY_TRANSACTIONS = false;

static const bool CHANNEL_BIT_IDENTIFY_TRANSACTIONS_SUCCESS = false;

static const bool CHANNEL_BIT_PROVIDE_MISSING_TRANSACTIONS = false;

static const bool CHANNEL_BIT_PROVIDE_MISSING_TRANSACTIONS_SUCCESS = false;
Expand Down

0 comments on commit 7e7d661

Please sign in to comment.