Skip to content

Commit 1d0fe08

Browse files
fix(config): update YAML and JSON tags for StartingTPS field in tx_pool_throughput_analysis
1 parent efbddc4 commit 1d0fe08

File tree

1 file changed

+1
-1
lines changed
  • pkg/coordinator/tasks/tx_pool_throughput_analysis

1 file changed

+1
-1
lines changed

pkg/coordinator/tasks/tx_pool_throughput_analysis/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package txpoolthroughputanalysis
33
type Config struct {
44
PrivateKey string `yaml:"privateKey" json:"privateKey"`
55

6-
StartingTPS int `yaml:"tps" json:"tps"`
6+
StartingTPS int `yaml:"startingTps" json:"startingTps"`
77
EndingTPS int `yaml:"endingTps" json:"endingTps"`
88
IncrementTPS int `yaml:"incrementTps" json:"incrementTps"`
99
DurationS int `yaml:"durationS" json:"durationS"`

0 commit comments

Comments
 (0)