File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments