Skip to content

Commit e8d949e

Browse files
committed
Fix comment
1 parent 06e4bbe commit e8d949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-db-sync/src/Cardano/DbSync/OffChain.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ runFetchOffChainVoteThread syncEnv = do
198198
\backendVote -> liftIO $
199199
forever $ do
200200
tDelay
201-
-- load the offChain pool work queue using the db
201+
-- load the offChain vote work queue using the db
202202
_ <- runReaderT (loadOffChainVoteWorkQueue trce (envOffChainVoteWorkQueue syncEnv)) backendVote
203203
voteq <- atomically $ flushTBQueue (envOffChainVoteWorkQueue syncEnv)
204204
manager <- Http.newManager tlsManagerSettings

0 commit comments

Comments
 (0)