mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
5442d0f486
* Altair: Merge passing hf1 tests and shared code * Remove weird files * del commented code * Add dynamic file fetching, remove hardcoded list of files * Remove hard coded paths * remove hardcoded paths from phase0 too * nosec fixes
7 lines
103 B
Go
7 lines
103 B
Go
package sanity
|
|
|
|
// SanityConfig --
|
|
type SanityConfig struct {
|
|
BlocksCount int `json:"blocks_count"`
|
|
}
|