Merge pull request 'Correct type of blockheight' (#17) from rav001 into dev040

Reviewed-on: #17
This commit is contained in:
pitmutt 2024-02-28 17:20:35 +00:00 committed by Vergara Technologies LLC
commit a52d2231f1
Signed by: Vergara Technologies LLC
GPG Key ID: 99DB473BB4715618
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 :: !Integer
, zgb_blocks :: !Int
, 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: Haskell2012
default-language: Haskell2010