Skip to content

Commit b270455

Browse files
committed
fix: drop SkipTransporter from context
1 parent 3bde22e commit b270455

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/common/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ type StakeRootEntry struct {
170170
}
171171

172172
type Transporter struct {
173-
SkipTransporter bool `json:"skip_transporter" yaml:"skip_transporter"`
174173
Schedule string `json:"schedule" yaml:"schedule"`
175174
PrivateKey string `json:"private_key" yaml:"private_key"`
176175
BlsPrivateKey string `json:"bls_private_key" yaml:"bls_private_key"`

0 commit comments

Comments
 (0)