Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
- Changed username max length
Browse files Browse the repository at this point in the history
  • Loading branch information
x88 committed May 23, 2021
1 parent 8b446dd commit 9800c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsm/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "time"
const (
// Signature proposal
UsernameMinLength = 3
UsernameMaxLength = 15
UsernameMaxLength = 150
ParticipantPubKeyMinLength = 10
DkgPubKeyMinLength = 10
SignatureProposalSigningThresholdMinCount = 2
Expand Down

0 comments on commit 9800c20

Please sign in to comment.