We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0abed commit 75dc63bCopy full SHA for 75dc63b
1 file changed
tools/fastswap-miles/miles.go
@@ -43,7 +43,7 @@ type ethRow struct {
43
surplus string
44
gasCost sql.NullString
45
inputToken string
46
- blockTS time.Time
+ blockTS sql.NullTime
47
}
48
49
type erc20Row struct {
@@ -53,7 +53,7 @@ type erc20Row struct {
53
54
55
56
57
58
59
type tokenBatch struct {
0 commit comments