Skip to content

Commit

Permalink
feat: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiotzh committed May 31, 2022
2 parents bc0b690 + 436d2f5 commit 22e4d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timer/timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ func (t *TxTimer) Run() error {
if err := t.doRefundApply(); err != nil {
log.Error("doRefundApply err: ", err.Error())
}
//if err := t.doRefundPre(); err != nil {
// log.Error("doRefundPre err: %s", err.Error())
//}
if err := t.doRefundPre(); err != nil {
log.Error("doRefundPre err: %s", err.Error())
}
log.Info("doRefundApply end ...")
case <-tickerClosedAndUnRefund.C:
log.Info("doCheckClosedAndUnRefund start ...")
Expand Down

0 comments on commit 22e4d32

Please sign in to comment.