From a4b1e3525912f33e5f8b12f3378de2c740d2e454 Mon Sep 17 00:00:00 2001 From: owen-eth Date: Tue, 24 Mar 2026 11:13:55 -0400 Subject: [PATCH] minor querying fix --- tools/fastswap-miles/miles.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/fastswap-miles/miles.go b/tools/fastswap-miles/miles.go index 3b396d33e..55cd40586 100644 --- a/tools/fastswap-miles/miles.go +++ b/tools/fastswap-miles/miles.go @@ -43,7 +43,7 @@ type ethRow struct { surplus string gasCost sql.NullString inputToken string - blockTS time.Time + blockTS sql.NullTime } type erc20Row struct { @@ -53,7 +53,7 @@ type erc20Row struct { surplus string gasCost sql.NullString inputToken string - blockTS time.Time + blockTS sql.NullTime } type tokenBatch struct {