Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Soupstraw committed Oct 9, 2024
1 parent 4bfd075 commit 30c7d2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Ledger/Conway/Conformance/Utxo.agda
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ certDepositUtxo (delegate c _ _ v) _ = ❴ CredentialDeposit c , v ❵
certDepositUtxo (regdrep c v _) _ = ❴ DRepDeposit c , v ❵
certDepositUtxo _ _ =

-- -- Handle refunds in Certs.Haskell module.
-- certRefund : DCert → ℙ DepositPurpose


updateCertDeposits : PParams List DCert (DepositPurpose ⇀ Coin)
DepositPurpose ⇀ Coin
updateCertDeposits _ [] deposits = deposits
Expand Down

0 comments on commit 30c7d2e

Please sign in to comment.