Compare commits

..

No commits in common. "a52d2231f1a4f85a6504bfb9228a1475a0773088" and "419f041ca9d1dd921673721c56a673fe1dc058e8" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ instance FromJSON ZebraGetInfo where
-- | Type for the response from the `zebrad` RPC method `getblockchaininfo`
data ZebraGetBlockChainInfo = ZebraGetBlockChainInfo
{ zgb_best :: !HexString
, zgb_blocks :: !Int
, zgb_blocks :: !Integer
, zgb_net :: !ZcashNet
} deriving (Prelude.Show, Eq)

View file

@ -75,4 +75,4 @@ test-suite zcash-haskell-test
, text
, zcash-haskell
pkgconfig-depends: rustzcash_wrapper
default-language: Haskell2010
default-language: Haskell2012