Skip to content

Commit

Permalink
ticket-1610 Fixed - Loop worker doesn't receive connected chains
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Oct 6, 2023
1 parent c64e0a1 commit 56c2c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/loop.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ export async function ensureHaveWorkers( opts ) {
cc.info( cntWorkers ) + cc.debug( " worker(s) in " ) +
threadInfo.threadDescription() + cc.debug( "..." ) + "\n" );
}
notifyCacheChangedSNB( getLastCachedSChains() );
notifyCacheChangedSNB( skaleObserver.getLastCachedSChains() );
}

export async function runParallelLoops( opts ) {
Expand Down

0 comments on commit 56c2c3e

Please sign in to comment.