Skip to content

Commit

Permalink
Fixup from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jul 28, 2020
1 parent 02d02d8 commit 15ec465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Api/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ getNetworkParameters (_block0, np, _st) nl = do
case epochNoM of
Just epochNo -> do
epochStartTime <-
liftIO $ timeInterpreter nl
liftIO $ unsafeRunExceptT $ timeInterpreter nl
(firstSlotInEpoch epochNo >>= startTime)
pure $ apiNetworkParams
{ hardforkAt = Just $
Expand Down

0 comments on commit 15ec465

Please sign in to comment.