Skip to content

Commit 75dc63b

Browse files
authored
minor querying fix (#910)
1 parent 4d0abed commit 75dc63b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/fastswap-miles/miles.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type ethRow struct {
4343
surplus string
4444
gasCost sql.NullString
4545
inputToken string
46-
blockTS time.Time
46+
blockTS sql.NullTime
4747
}
4848

4949
type erc20Row struct {
@@ -53,7 +53,7 @@ type erc20Row struct {
5353
surplus string
5454
gasCost sql.NullString
5555
inputToken string
56-
blockTS time.Time
56+
blockTS sql.NullTime
5757
}
5858

5959
type tokenBatch struct {

0 commit comments

Comments
 (0)