Skip to content

Commit 7e68bb7

Browse files
authored
Merge pull request #91 from MinterTeam/dev
Dev
2 parents b05fb12 + 0bb7e71 commit 7e68bb7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.7
1+
2.12.8

models/validator_bans.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package models
22

33
type ValidatorBan struct {
4-
ValidatorId uint `json:"validator_id" pg:"rel:belongs-to"`
5-
BlockId uint64 `json:"block_id"`
4+
ValidatorId uint `json:"validator_id"`
5+
BlockId uint64 `json:"block_id"`
6+
Validator *Validator `json:"validator" pg:"rel:belongs-to"`
67
}

0 commit comments

Comments
 (0)