Correct type for blockheight
This commit is contained in:
parent
67d6e85d05
commit
cb44b6d4e0
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ instance FromJSON ZebraGetInfo where
|
||||||
-- | Type for the response from the `zebrad` RPC method `getblockchaininfo`
|
-- | Type for the response from the `zebrad` RPC method `getblockchaininfo`
|
||||||
data ZebraGetBlockChainInfo = ZebraGetBlockChainInfo
|
data ZebraGetBlockChainInfo = ZebraGetBlockChainInfo
|
||||||
{ zgb_best :: !HexString
|
{ zgb_best :: !HexString
|
||||||
, zgb_blocks :: !Integer
|
, zgb_blocks :: !Int
|
||||||
, zgb_net :: !ZcashNet
|
, zgb_net :: !ZcashNet
|
||||||
} deriving (Prelude.Show, Eq)
|
} deriving (Prelude.Show, Eq)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue