You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Infof("Finalizer with address %v was selected for item %v", p.relayClient.senderAddress, item)
134
+
logger.Infof("Finalizer with address %v was selected for voting round %v for protocol %v", p.relayClient.senderAddress, item.votingRoundID, item.protocolID)
135
135
136
136
p.processItem(ctx, item, false)
137
137
} else {
138
-
logger.Infof("Finalizer with address %v will send outside grace period for item %v", p.relayClient.senderAddress, item)
138
+
logger.Infof("Finalizer with address %v will send outside grace period for voting round %v for protocol %v", p.relayClient.senderAddress, item.votingRoundID, item.protocolID)
0 commit comments