Skip to content

Commit

Permalink
feat: add llmq_single_node 111 quorum type
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 17, 2024
1 parent ae5027b commit 88e8164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions btcjson/dashevocmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const (
LLMQType_DEVNET_DIP0024 LLMQType = 105 // 8 members, 4 (50%) threshold, one per hour
LLMQType_TEST_PLATFORM LLMQType = 106 // 3 members, 2 (66%) threshold, one per hour
LLMQType_DEVNET_PLATFORM LLMQType = 107 // 12 members, 8 (67%) threshold, one per hour
LLMQ_SINGLE_NODE LLMQType = 111 // 1 memeber, 1 threshold, one per hour.

// LLMQType_5_60 is replaced with LLMQType_TEST to adhere to DIP-0006 naming
LLMQType_5_60 LLMQType = LLMQType_TEST
Expand All @@ -164,6 +165,7 @@ var (
"llmq_devnet_dip0024": LLMQType_DEVNET_DIP0024,
"llmq_test_platform": LLMQType_TEST_PLATFORM,
"llmq_devnet_platform": LLMQType_DEVNET_PLATFORM,
"llmq_single_node": LLMQ_SINGLE_NODE,
}
)

Expand Down

0 comments on commit 88e8164

Please sign in to comment.