This commit is contained in:
frrist 2020-08-27 14:09:03 -07:00
parent f934ebd429
commit 0ad38fe38f
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ package scheduler
import ( import (
"context" "context"
"database/sql" "database/sql"
"golang.org/x/xerrors" "golang.org/x/xerrors"
) )

View File

@ -184,7 +184,7 @@ func (s *Syncer) Start(ctx context.Context) {
} }
if err := s.storeCirculatingSupply(ctx, change.Val); err != nil { if err := s.storeCirculatingSupply(ctx, change.Val); err != nil {
// TODO do something with me log.Errorw("failed to store circulating supply", "error", err)
} }
if len(unsynced) == 0 { if len(unsynced) == 0 {