Skip to content

Commit

Permalink
Remove unnecessary parameters from PParams
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Díaz <[email protected]>
  • Loading branch information
javierdiaz72 committed Dec 12, 2024
1 parent 9302544 commit f3361a3
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 599 deletions.
4 changes: 1 addition & 3 deletions docs/agda-spec/src/InterfaceLibrary/Ledger.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
-- TODO: The following should be likely located in Common.
open import Ledger.Prelude
open import Ledger.Crypto
open import Ledger.Script
open import Ledger.Types.Epoch

module InterfaceLibrary.Ledger
(crypto : Crypto)
(es : _) (open EpochStructure es)
(ss : ScriptStructure crypto es) (open ScriptStructure ss)
where

open import Ledger.PParams crypto es ss using (PParams)
open import Ledger.PParams using (PParams)
open import InterfaceLibrary.Common.BaseTypes crypto using (PoolDistr)

\end{code}
Expand Down
Loading

0 comments on commit f3361a3

Please sign in to comment.