diff --git a/.changelog/6312.trivial.md b/.changelog/6312.trivial.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/go/oasis-test-runner/oasis/network.go b/go/oasis-test-runner/oasis/network.go index a017c267d8f..909397520ad 100644 --- a/go/oasis-test-runner/oasis/network.go +++ b/go/oasis-test-runner/oasis/network.go @@ -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.