Skip to content

Commit

Permalink
Update shelley-ma/impl/src/Cardano/Ledger/Allegra/Translation.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Winant <thomas@well-typed.com>
  • Loading branch information
Jared Corduan and mrBliss committed Oct 22, 2020
1 parent bbc8990 commit 1da3d41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shelley-ma/impl/src/Cardano/Ledger/Allegra/Translation.hs
Expand Up @@ -52,9 +52,7 @@ instance (ShelleyBased (AllegraEra c), Crypto c) => TranslateEra (AllegraEra c)
nesBprev = translateEra' ctxt $ nesBprev nes,
nesBcur = translateEra' ctxt $ nesBcur nes,
nesEs = translateEra' ctxt $ LS.returnRedeemAddrsToReserves . nesEs $ nes,
nesRu = case nesRu nes of
SNothing -> SNothing
SJust rs -> SJust $ translateEra' ctxt rs,
nesRu = translateEra' ctxt <$> nesRu nes,
nesPd = nesPd nes
}

Expand Down

0 comments on commit 1da3d41

Please sign in to comment.