Skip to content

Commit

Permalink
fix: invalid threshold for LLMQType_25_67 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored May 3, 2023
1 parent b0701f6 commit 9418941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/llmq/llmq.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
btcjson.LLMQType_400_85: {400, 340},
btcjson.LLMQType_100_67: {100, 67},
btcjson.LLMQType_60_75: {60, 45},
btcjson.LLMQType_25_67: {25, 16},
btcjson.LLMQType_25_67: {25, 17},
btcjson.LLMQType_DEVNET: {12, 6},
btcjson.LLMQType_TEST_V17: {3, 2},
btcjson.LLMQType_TEST_DIP0024: {4, 2},
Expand Down

0 comments on commit 9418941

Please sign in to comment.