We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e4bbe commit e8d949eCopy full SHA for e8d949e
cardano-db-sync/src/Cardano/DbSync/OffChain.hs
@@ -198,7 +198,7 @@ runFetchOffChainVoteThread syncEnv = do
198
\backendVote -> liftIO $
199
forever $ do
200
tDelay
201
- -- load the offChain pool work queue using the db
+ -- load the offChain vote work queue using the db
202
_ <- runReaderT (loadOffChainVoteWorkQueue trce (envOffChainVoteWorkQueue syncEnv)) backendVote
203
voteq <- atomically $ flushTBQueue (envOffChainVoteWorkQueue syncEnv)
204
manager <- Http.newManager tlsManagerSettings
0 commit comments