diff --git a/gateway/proxy/reconciler.go b/gateway/proxy/reconciler.go index 88db16e..c4294ba 100644 --- a/gateway/proxy/reconciler.go +++ b/gateway/proxy/reconciler.go @@ -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, }