deposit2transfer: fix comments

This commit is contained in:
c9s 2024-09-04 11:19:43 +08:00 committed by lychiyu
parent 38e7f4f98f
commit 5bd806e03e

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)
}