haskoin-store 0.40.20 → 0.40.21
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- haskoin-store.cabal +2/−2
- src/Haskoin/Store/Web.hs +1/−0
haskoin-store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 516364d79dff439d6e7f1b613959c446e8d4666b72a50ac74eadedeaa4ef57d8+-- hash: a00a81763665669851ea7116eef061df94a889676055da250938372cb8ddbe18 name: haskoin-store-version: 0.40.20+version: 0.40.21 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
@@ -627,6 +627,7 @@ S.get "/dbstats" scottyDbStats -- Blockchain.info S.post "/blockchain/multiaddr" scottyMultiAddr+ S.get "/blockchain/multiaddr" scottyMultiAddr S.get "/blockchain/rawtx/:txid" scottyBinfoTx where json_list f net = toJSONList . map (f net)