prysm-pulse/testing/spectest/shared/phase0/sanity/block_processing.yaml.go
terencechain 9387a36b66
Refactor Exported Names to Follow Golang Best Practices (#13075)
* Fix exported names that start with a package name

* A few more renames

* Fix exported names that start with a package name

* A few more renames

* Radek's feedback

* Fix conflict

* fix keymanager test

* Fix comments

---------

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-10-20 16:45:33 +00:00

7 lines
91 B
Go

package sanity
// Config --
type Config struct {
BlocksCount int `json:"blocks_count"`
}