Skip to content

Commit bf9d0c3

Browse files
authored
Merge pull request #4000 from tzchenxixi/master
chore: fix struct field name in comment
2 parents 5e99eb9 + a3861b9 commit bf9d0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/protocol_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type (
5656

5757
SeedList []string `yaml:"SeedList"`
5858
StandbyCommittee []string `yaml:"StandbyCommittee"`
59-
// StateRooInHeader enables storing state root in block header.
59+
// StateRootInHeader enables storing state root in block header.
6060
StateRootInHeader bool `yaml:"StateRootInHeader"`
6161
// StateSyncInterval is the number of blocks between state heights available for MPT state data synchronization.
6262
// It is valid only if P2PStateExchangeExtensions are enabled.

0 commit comments

Comments
 (0)