fix(tests/starship): fix struct tag value (#18961)
This commit is contained in:
parent
64c2ff8ddf
commit
631f160457
@ -29,7 +29,7 @@ func (c *Chain) GetFaucetAddr() interface{} {
|
||||
}
|
||||
|
||||
type Upgrade struct {
|
||||
Enabled bool `name:"eanbled" json:"enabled" yaml:"enabled"`
|
||||
Enabled bool `name:"enabled" json:"enabled" yaml:"enabled"`
|
||||
Type string `name:"type" json:"type" yaml:"type"`
|
||||
Genesis string `name:"genesis" json:"genesis" yaml:"genesis"`
|
||||
Upgrades []struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user