Skip to content

Commit

Permalink
Use getRewardProvenance instead of getRewardInfo
Browse files Browse the repository at this point in the history
The identifier `getRewardInfo` has been deprecated in the ledger.
  • Loading branch information
HeinrichApfelmus committed Oct 12, 2021
1 parent 86ece84 commit b653d00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -246,7 +246,7 @@ instance ShelleyBasedEra era => QueryLedger (ShelleyBlock era) where
DebugChainDepState ->
tpraosStateChainDepState (headerStateChainDep hst)
GetRewardProvenance ->
snd $ SL.getRewardInfo globals st
snd $ SL.getRewardProvenance globals st
GetUTxOByTxIn txins ->
SL.getUTxOSubset st txins
GetStakePools ->
Expand Down

0 comments on commit b653d00

Please sign in to comment.