deposit2transfer: fix comments
This commit is contained in:
parent
38e7f4f98f
commit
5bd806e03e
|
@ -236,7 +236,7 @@ func (s *Strategy) scanDepositHistory(ctx context.Context, asset string, duratio
|
||||||
s.watchingDeposits[deposit.TransactionID] = deposit
|
s.watchingDeposits[deposit.TransactionID] = deposit
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// ignore all initial deposit history that are already success
|
// ignore all initial deposits that are already in success status
|
||||||
logger.Infof("ignored succeess deposit: %s %+v", deposit.TransactionID, deposit)
|
logger.Infof("ignored succeess deposit: %s %+v", deposit.TransactionID, deposit)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user