Skip to content

Commit

Permalink
Update lib/shelley/src/Cardano/Wallet/Shelley/Api/Server.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 26, 2020
1 parent 34ce2c0 commit bffe5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelley/src/Cardano/Wallet/Shelley/Api/Server.hs
Expand Up @@ -252,7 +252,7 @@ server byron icarus shelley spl ntp =
:<|> _poolMaintenance
where
_poolMaintenance = \case
(ApiMaintenanceAction GcStakePools) ->
ApiMaintenanceAction GcStakePools ->
liftIO $ forceMetadataGC spl >> pure NoContent
listStakePools_ = \case
Just (ApiT stake) -> do
Expand Down

0 comments on commit bffe5c0

Please sign in to comment.