Skip to content

Commit

Permalink
fix: update a quorum members number in a comment (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
shotonoff committed May 3, 2023
1 parent 305421b commit 1b7df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcjson/dashevocmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const (
LLMQType_400_85 LLMQType = 3 // 400 members, 340 (85%) threshold, one every 24 hours
LLMQType_100_67 LLMQType = 4 // 100 members, 67 (67%) threshold, one per hour
LLMQType_60_75 LLMQType = 5 // 60 members, 45 (75%) threshold, one every 12 hours
LLMQType_25_67 LLMQType = 6 // 25 members, 67 (67%) threshold, one per hour
LLMQType_25_67 LLMQType = 6 // 25 members, 17 (67%) threshold, one per hour
LLMQType_TEST LLMQType = 100 // 3 members, 2 (66%) threshold, one per hour
LLMQType_DEVNET LLMQType = 101 // 12 members, 6 (50%) threshold, one per hour
LLMQType_TEST_V17 LLMQType = 102 // 3 members, 2 (66%) threshold, one per hour
Expand Down

0 comments on commit 1b7df11

Please sign in to comment.