Skip to content

Commit 7801769

Browse files
committed
Cleanup
1 parent 2de6423 commit 7801769

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

formal-spec/Leios/Linear/Trace/Verifier.agda

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ open import CategoricalCrypto hiding (id; _∘_)
88
module Leios.Linear.Trace.Verifier (params : Params) where
99

1010
-- SpecStructure is not a module parameter, as the type for VrfPf needs to be known
11-
open import Leios.Defaults params using (d-SpecStructure; isb) public
11+
open import Leios.Defaults params using (d-SpecStructure; isb; hpe) public
1212
open SpecStructure d-SpecStructure hiding (Hashable-IBHeader; Hashable-EndorserBlock; isVoteCertified) public
1313

14-
instance
15-
hpe : Hashable PreEndorserBlock (List ℕ)
16-
hpe .hash = EndorserBlockOSig.txs
17-
18-
1914
module Defaults
2015
(Lhdr Lvote Ldiff : ℕ)
2116
(splitTxs : List Tx List Tx × List Tx)

0 commit comments

Comments
 (0)