haskoin-store 0.40.5 → 0.40.6
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- haskoin-store.cabal +1/−1
- src/Haskoin/Store/Cache.hs +1/−1
haskoin-store.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: haskoin-store-version: 0.40.5+version: 0.40.6 synopsis: Storage and index for Bitcoin and Bitcoin Cash description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme> category: Bitcoin, Finance, Network
src/Haskoin/Store/Cache.hs view
@@ -923,7 +923,7 @@ let opts = Redis.SetOpts { Redis.setSeconds = Nothing , Redis.setMilliseconds = Just 500 , Redis.setCondition = Just Redis.Nx }- in void . runRedis $ Redis.setOpts cacheCoolKey "cool" opts+ in void . runRedis $ Redis.setOpts cacheCoolKey "0" opts syncMempoolC :: (MonadUnliftIO m, MonadLoggerIO m, StoreReadExtra m) => CacheX m ()