Skip to content

Commit

Permalink
refactor: drop dead constant SPECIALTX_TYPE from quorum commitment
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Nov 21, 2024
1 parent 242dc51 commit 8eb5d85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/llmq/commitment.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ namespace llmq
class CFinalCommitment
{
public:
static constexpr auto SPECIALTX_TYPE = TRANSACTION_PROVIDER_REGISTER;

static constexpr uint16_t LEGACY_BLS_NON_INDEXED_QUORUM_VERSION = 1;
static constexpr uint16_t LEGACY_BLS_INDEXED_QUORUM_VERSION = 2;
static constexpr uint16_t BASIC_BLS_NON_INDEXED_QUORUM_VERSION = 3;
Expand Down

0 comments on commit 8eb5d85

Please sign in to comment.