Skip to content

Commit

Permalink
Clarify commment for ConwayDelegCert data constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Sep 9, 2024
1 parent 1874fcb commit f5b5789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eras/conway/impl/src/Cardano/Ledger/Conway/TxCert.hs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ data ConwayDelegCert c
| -- | De-Register the staking credential. Deposit, if present, must match the amount
-- that was left as a deposit upon stake credential registration.
ConwayUnRegCert !(StakeCredential c) !(StrictMaybe Coin)
| -- | Redelegate to another delegatee. Staking credential must already be registered.
| -- | Delegate staking credentials to a delegatee. Staking credential must already be registered.
ConwayDelegCert !(StakeCredential c) !(Delegatee c)
| -- | This is a new type of certificate, which allows to register staking credential
-- and delegate within a single certificate. Deposit is required and must match the
Expand Down

0 comments on commit f5b5789

Please sign in to comment.