Correct type of blockheight #17
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -75,4 +75,4 @@ test-suite zcash-haskell-test
|
|||
, text
|
||||
, zcash-haskell
|
||||
pkgconfig-depends: rustzcash_wrapper
|
||||
default-language: Haskell2012
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Reference in a new issue