Skip to content

Commit f8535cd

Browse files
Fix: linter
1 parent 1e333c6 commit f8535cd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tzkt/events/message.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,24 @@ type Head struct {
6868

6969
// Block -
7070
type Block struct {
71-
Cycle int64 `json:"cycle"`
72-
Level int64 `json:"level"`
73-
Hash string `json:"hash"`
74-
Timestamp time.Time `json:"timestamp"`
75-
Proto int64 `json:"proto"`
76-
Priority int64 `json:"priority"`
77-
Validations int64 `json:"validations"`
78-
Deposit int64 `json:"deposit"`
79-
Reward int64 `json:"reward"`
80-
Fees int64 `json:"fees"`
81-
NonceRevealed bool `json:"nonceRevealed"`
82-
Baker Address `json:"baker"`
83-
Software struct {
71+
Cycle int64 `json:"cycle"`
72+
Level int64 `json:"level"`
73+
Hash string `json:"hash"`
74+
Timestamp time.Time `json:"timestamp"`
75+
Proto int64 `json:"proto"`
76+
Priority int64 `json:"priority"`
77+
Validations int64 `json:"validations"`
78+
Deposit int64 `json:"deposit"`
79+
Reward int64 `json:"reward"`
80+
Fees int64 `json:"fees"`
81+
LbEscapeEma int64 `json:"lbEscapeEma"`
82+
Baker Address `json:"baker"`
83+
Software struct {
8484
Version string `json:"version"`
8585
Date time.Time `json:"date"`
8686
} `json:"software"`
87-
LbEscapeVote bool `json:"lbEscapeVote"`
88-
LbEscapeEma int64 `json:"lbEscapeEma"`
87+
NonceRevealed bool `json:"nonceRevealed"`
88+
LbEscapeVote bool `json:"lbEscapeVote"`
8989
}
9090

9191
// Address -

0 commit comments

Comments
 (0)