diff --git a/internal/monero/monero.go b/internal/monero/monero.go index 2675c65..e3d30e1 100644 --- a/internal/monero/monero.go +++ b/internal/monero/monero.go @@ -53,7 +53,7 @@ type Node struct { City string `json:"city" db:"city"` Latitude float64 `json:"latitude" db:"lat"` Longitude float64 `json:"longitude" db:"lon"` - DateEntered uint `json:"date_entered,omitempty" db:"date_entered"` + DateEntered int64 `json:"date_entered,omitempty" db:"date_entered"` LastChecked int64 `json:"last_checked" db:"last_checked"` FailedCount uint `json:"failed_count,omitempty" db:"failed_count"` LastCheckStatus types.JSONText `json:"last_check_statuses" db:"last_check_status"`