Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .changelog/6312.trivial.md
Empty file.
2 changes: 1 addition & 1 deletion go/oasis-test-runner/oasis/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ type NetworkCfg struct {
// RoothashParameters are the roothash consensus parameters.
RoothashParameters *roothash.ConsensusParameters `json:"roothash_parameters,omitempty"`

// SchedulerWeakAlpkaOk is for disabling the VRF alpha entropy requirement.
// SchedulerWeakAlphaOk is for disabling the VRF alpha entropy requirement.
SchedulerWeakAlphaOk bool `json:"scheduler_weak_alpha_ok,omitempty"`

// SchedulerForceElect are the rigged committee elections.
Expand Down