xfunding: show balance

This commit is contained in:
c9s 2023-06-16 16:20:59 +08:00
parent 7904c73c53
commit 84e9b03be7
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -857,7 +857,7 @@ func (s *Strategy) syncSpotPosition(ctx context.Context) {
// avoid increase the order size
if s.spotMarket.IsDustQuantity(orderQuantity, orderPrice) {
log.Infof("skip futures order with dust quantity %s, market = %+v", orderQuantity.String(), s.spotMarket)
log.Infof("skip spot order with dust quantity %s, market=%+v balance=%+v", orderQuantity.String(), s.spotMarket, b)
return
}