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
// Node not found in active list - could be syncing or in another state
2120
+
/* prettier-ignore */if(logFlags.verbose)this.mainLogger.warn(`routeAndQueueAcceptedTransaction: Node ${Self.id} not found in activeByIdOrder list. Setting cycleSinceActivated to 0`)
2121
+
txQueueEntry.txDebug.cycleSinceActivated=0
2122
+
}
2117
2123
2118
2124
if(cycleShardData==null){
2119
2125
/* prettier-ignore */if(logFlags.error)this.mainLogger.error(`routeAndQueueAcceptedTransaction logID:${txQueueEntry.logID} cycleShardData == null cycle:${cycleNumber} not putting tx in queue.`)
0 commit comments