deposit2transfer: fix comments

This commit is contained in:
c9s 2024-09-04 11:19:43 +08:00
parent 1b8d7bd805
commit d404b20bd1
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -236,7 +236,7 @@ func (s *Strategy) scanDepositHistory(ctx context.Context, asset string, duratio
s.watchingDeposits[deposit.TransactionID] = deposit
}
} 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)
}