deposit2transfer: fix err msg

This commit is contained in:
c9s 2023-08-16 12:51:15 +08:00
parent 6f4f1ad558
commit 9105ebce78
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -149,7 +149,7 @@ func (s *Strategy) checkDeposits(ctx context.Context) {
if service, ok := s.session.Exchange.(spotAccountQueryService); ok {
account, err2 := service.QuerySpotAccount(ctx)
if err2 != nil {
log.WithError(err2).Errorf("unable to update account")
log.WithError(err2).Errorf("unable to query spot account")
continue
}