We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b05fb12 + 0bb7e71 commit 7e68bb7Copy full SHA for 7e68bb7
VERSION
@@ -1 +1 @@
1
-2.12.7
+2.12.8
models/validator_bans.go
@@ -1,6 +1,7 @@
package models
2
3
type ValidatorBan struct {
4
- ValidatorId uint `json:"validator_id" pg:"rel:belongs-to"`
5
- BlockId uint64 `json:"block_id"`
+ ValidatorId uint `json:"validator_id"`
+ BlockId uint64 `json:"block_id"`
6
+ Validator *Validator `json:"validator" pg:"rel:belongs-to"`
7
}
0 commit comments