dc4bc/fsm/config/config.go

7 lines
93 B
Go

package config
const (
// TODO: Move to machine level configs?
ParticipantsMinCount = 3
)