Skip to content

Commit

Permalink
Update lib/core/src/Cardano/Wallet/Api/Types.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Knowles <jonathan.knowles@iohk.io>
  • Loading branch information
hasufell and jonathanknowles committed Oct 28, 2020
1 parent 8e3e4a8 commit 01dafd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/core/src/Cardano/Wallet/Api/Types.hs
Expand Up @@ -397,7 +397,8 @@ newtype ApiMaintenanceAction = ApiMaintenanceAction

data ApiListStakePools apiPool = ApiListStakePools
{ pools :: [apiPool]
, gc_status :: !(Maybe (ApiT PoolMetadataGCStatus)) -- Nothing, bc of Jormungandr
, gcStatus :: !(Maybe (ApiT PoolMetadataGCStatus))
-- 'Nothing' in the case of Jormungandr.
} deriving (Eq, Generic, Show)

data ApiAddress (n :: NetworkDiscriminant) = ApiAddress
Expand Down

0 comments on commit 01dafd5

Please sign in to comment.