Skip to content

Commit

Permalink
updated logging for reconclier
Browse files Browse the repository at this point in the history
  • Loading branch information
scermat committed Aug 5, 2024
1 parent ee1196d commit e3118a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gateway/proxy/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ func (r *Reconciler) spawnTasks() {
log.Debug("Reconciling tasks for key", "rtxkey", rtxkey)

rtx, ok := db.RelaytxFromKey(ctx, rtxkey)

if ok {
if rtx.Amount != 0 {
log.Info("Reconciling transactions for", "key", rtxkey)
}

task := &reconcileTask{
relaytx: rtx,
}
Expand Down

0 comments on commit e3118a4

Please sign in to comment.