Skip to content

Commit 41ee136

Browse files
committed
goethereum: (lint) fix struct tag on nonexported field (govet)
Signed-off-by: meows <b5c6@protonmail.com>
1 parent b8bcdb8 commit 41ee136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/types/goethereum/goethereum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type ChainConfig struct {
7272
ECIP1080Transition *big.Int `json:"-"`
7373

7474
// Cache types for use with testing, but will not show up in config API.
75-
ecbp1100Transition *big.Int `json:"-"`
75+
ecbp1100Transition *big.Int
7676
}
7777

7878
// String implements the fmt.Stringer interface.

0 commit comments

Comments
 (0)