Skip to content

Commit

Permalink
Fix Haddock error (#5668)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 authored Dec 7, 2023
1 parent f20dd9b commit 2e4008f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-ledger-api/src/PlutusLedgerApi/V3/Contexts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ data TxCert
TxCertUnRegDRep DRepCredential V2.Value
| -- | A digest of the PoolParams
TxCertPoolRegister
-- | poolId
V2.PubKeyHash
-- | pool VFR
-- ^ poolId
V2.PubKeyHash
-- ^ pool VFR
| -- | The retirement certificate and the Epoch in which the retirement will take place
TxCertPoolRetire V2.PubKeyHash Haskell.Integer
| -- | Authorize a Hot credential for a specific Committee member's cold credential
Expand Down

1 comment on commit 2e4008f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: 2e4008f Previous: 5249577 Ratio
marlowe-semantics/9fabc4fc3440cdb776b28c9bb1dd49c9a5b1605fe1490aa3f4f64a3fa8881b25 1027 μs 898.7 μs 1.14
marlowe-semantics/5e2c68ac9f62580d626636679679b97109109df7ac1a8ce86d3e43dfb5e4f6bc 517.3 μs 489 μs 1.06
marlowe-semantics/5e274e0f593511543d41570a4b03646c1d7539062b5728182e073e5760561a66 1059 μs 947.7 μs 1.12
marlowe-semantics/52df7c8dfaa5f801cd837faa65f2fd333665fff00a555ce8c55e36ddc003007a 352.7 μs 302.5 μs 1.17
marlowe-semantics/2cb21612178a2d9336b59d06cbf80488577463d209a453048a66c6eee624a695 759.2 μs 697.4 μs 1.09
marlowe-semantics/0bcfd9487614104ec48de2ea0b2c0979866a95115748c026f9ec129384c262c4 1113 μs 970.1 μs 1.15
marlowe-semantics/0543a00ba1f63076c1db6bf94c6ff13ae7d266dd7544678743890b0e8e1add63 1014 μs 893.8 μs 1.13
marlowe-semantics/0104010200020000040103020102020004040300030304040400010301040303 757.7 μs 685 μs 1.11

This comment was automatically generated by workflow using github-action-benchmark.

CC: @input-output-hk/plutus-core

Please sign in to comment.