mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Miscellaneous Fixes for Demo (#694)
* Various fixes to get code in line with demo * more fixes
This commit is contained in:
@@ -19,7 +19,7 @@ func DefaultConfig() *Config {
|
||||
// DemoConfig for running the system under shorter defaults.
|
||||
func DemoConfig() *Config {
|
||||
return &Config{
|
||||
SlotDuration: 8.0,
|
||||
SlotDuration: 2.0,
|
||||
CycleLength: 5,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user