Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Aug 4, 2020
1 parent 57f24f5 commit d9a1518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Offline.hs
Expand Up @@ -4,6 +4,7 @@
module Offline
( fetchPoolMetadata
, insertPoolMetadata
, queryPoolsToGet
, renderByteStringHex
) where

Expand Down Expand Up @@ -97,6 +98,8 @@ fetchPoolMetadata tracer md = do

pure poolMetadataJson

-- fetchThread ::

-- -------------------------------------------------------------------------------------------------

httpGetMax512Bytes :: Http.Request -> Http.Manager -> IO (ByteString, Http.Status)
Expand Down

0 comments on commit d9a1518

Please sign in to comment.