Skip to content

Commit

Permalink
Fix typo (#6435)
Browse files Browse the repository at this point in the history
It should be "Note that deposit is mandatory".
  • Loading branch information
colll78 committed Sep 3, 2024
1 parent 4b8e137 commit 5c41a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-ledger-api/src/PlutusLedgerApi/V3/Contexts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ data TxCert
TxCertUnRegStaking V2.Credential (Haskell.Maybe V2.Lovelace)
| -- | Delegate staking credential to a Delegatee
TxCertDelegStaking V2.Credential Delegatee
| -- | Register and delegate staking credential to a Delegatee in one certificate. Noter that
| -- | Register and delegate staking credential to a Delegatee in one certificate. Note that
-- deposit is mandatory.
TxCertRegDeleg V2.Credential Delegatee V2.Lovelace
| -- | Register a DRep with a deposit value. The optional anchor is omitted.
Expand Down

0 comments on commit 5c41a07

Please sign in to comment.