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 bb053ef commit 1a91e94Copy full SHA for 1a91e94
src/BotPlutusInterface/CardanoNode/Effects.hs
@@ -108,7 +108,7 @@ handleUtxosAt addr = runEitherT $ do
108
109
return $ Map.fromList $ zip txOutRefs chainIndexTxOuts
110
111
--- | 'runNodeQuery' runs executes the 'NodeQuery' effects.
+-- | 'runNodeQuery' runs executes the 'NodeQuery' effects.
112
runNodeQuery :: PABConfig -> Eff '[NodeQuery, Reader NodeConn, IO] ~> IO
113
runNodeQuery conf effs = do
114
conn <- connectionInfo conf
0 commit comments