mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Fix comments (#8802)
* fix incorrect exported name in comments * add comments to exported methods
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
// Graffiti is a graffiti container.
|
||||
type Graffiti struct {
|
||||
Hash [32]byte
|
||||
Default string `yaml:"default,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user