fix(tests/starship): fix struct tag value (#18961)

This commit is contained in:
hattizai 2024-01-06 15:46:31 +08:00 committed by GitHub
parent 64c2ff8ddf
commit 631f160457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {