dc4bc/fsm/config/config.go

7 lines
93 B
Go
Raw Normal View History

2020-07-28 07:52:05 -07:00
package config
const (
// TODO: Move to machine level configs?
ParticipantsMinCount = 3
)