lint
This commit is contained in:
parent
f934ebd429
commit
0ad38fe38f
@ -3,6 +3,7 @@ package scheduler
|
||||
import (
|
||||
"context"
|
||||
"database/sql"
|
||||
|
||||
"golang.org/x/xerrors"
|
||||
)
|
||||
|
||||
|
@ -184,7 +184,7 @@ func (s *Syncer) Start(ctx context.Context) {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user