mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
deposit2transfer: fix err msg
This commit is contained in:
parent
6f4f1ad558
commit
9105ebce78
|
@ -149,7 +149,7 @@ func (s *Strategy) checkDeposits(ctx context.Context) {
|
||||||
if service, ok := s.session.Exchange.(spotAccountQueryService); ok {
|
if service, ok := s.session.Exchange.(spotAccountQueryService); ok {
|
||||||
account, err2 := service.QuerySpotAccount(ctx)
|
account, err2 := service.QuerySpotAccount(ctx)
|
||||||
if err2 != nil {
|
if err2 != nil {
|
||||||
log.WithError(err2).Errorf("unable to update account")
|
log.WithError(err2).Errorf("unable to query spot account")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user