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