Skip to content

Commit 2a38bec

Browse files
Apply suggestions from code review
Co-authored-by: teodanciu <[email protected]>
1 parent f7c771f commit 2a38bec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/LedgerSpec.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ spec = do
199199
let scriptHash = hashPlutusScript $ alwaysSucceedsNoDatum SPlutusV3
200200
let cred = ScriptHashObj scriptHash
201201
ra <- registerStakeCredential cred
202+
kh <- freshKeyHash
203+
_ <- delegateToDRep (KeyHashObj kh) (Coin 1_000_000) DRepAlwaysAbstain
202204
submitAndExpireProposalToMakeReward cred
203205
balance <- getBalance cred
204206

eras/shelley/impl/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
### `testlib`
9797

9898
* Remove `shelleyAccountsToUMap` corresponding to the removal of `UMap` from core.
99+
* Remove shelleyEraSpecificSpec
99100
* Added `shelleyGenUnRegTxCert`
100101
* Added `genUnRegTxCert` to `ShelleyEraImp`
101102
* Added `shelleyGenRegTxCert`

0 commit comments

Comments
 (0)