haskoin-store 1.5.10 → 1.5.11
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/Web.hs +1/−1
haskoin-store.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: haskoin-store-version: 1.5.10+version: 1.5.11 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/Web.hs view
@@ -1873,7 +1873,7 @@ getBlock bh >>= \case Nothing -> raise ThingNotFound Just b -> return b- get_prune = fmap not $ param "no_compact" `rescue` return False+ get_prune = fmap not $ param "noCompact" `rescue` return False only_show_xbals sxpubs = HashMap.filterWithKey (\k _ -> k.key `HashSet.member` sxpubs) only_show_xspecs sxpubs =