Skip to content

Commit

Permalink
fix: scan null
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Feb 9, 2024
1 parent 2c82a2f commit 8c6917d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,11 @@ type BlockInfo struct {
Builder string
NoOfCommitments int
NoOfBids int
TotalAmount int
TotalAmount sql.NullString
NoOfRewards int
TotalRewards int
TotalRewards sql.NullString
NoOfSlashes int
TotalSlashes int
TotalSlashes sql.NullString
NoOfSettlements int
}

Expand Down

0 comments on commit 8c6917d

Please sign in to comment.