mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
11 lines
106 B
Go
11 lines
106 B
Go
|
package params
|
||
|
|
||
|
var Registry *registry
|
||
|
|
||
|
type registry struct {
|
||
|
}
|
||
|
|
||
|
func init() {
|
||
|
Registry = ®istry{}
|
||
|
}
|