Skip to content

Commit 7635925

Browse files
carlostomelehins
authored andcommitted
Correct rewardAccount in translation
1 parent 097a482 commit 7635925

File tree

1 file changed

+1
-1
lines changed
  • libs/cardano-ledger-conformance/src/Test/Cardano/Ledger/Conformance/SpecTranslate/Conway

1 file changed

+1
-1
lines changed

libs/cardano-ledger-conformance/src/Test/Cardano/Ledger/Conformance/SpecTranslate/Conway/Base.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ instance SpecTranslate ctx PoolParams where
606606
<*> toSpecRep ppCost
607607
<*> toSpecRep ppMargin
608608
<*> toSpecRep ppPledge
609-
<*> toSpecRep (KeyHashObj ppId)
609+
<*> toSpecRep (raCredential ppRewardAccount)
610610

611611
instance SpecTranslate ctx DRep where
612612
type SpecRep DRep = Agda.VDeleg

0 commit comments

Comments
 (0)