Skip to content

Commit b74cfbc

Browse files
committed
bugfix
1 parent 57cb6fa commit b74cfbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Ledger/Transaction.lagda

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ record TransactionStructure : Type₁ where
6565
Ix TxId AuxiliaryData : Type
6666
\end{code}
6767
\begin{code}[hide]
68-
⦃ DecEq-Ix ⦄ : DecEq Ix
69-
⦃ DecEq-TxId ⦄ : DecEq TxId
70-
adHashingScheme : isHashableSet AuxiliaryData
68+
⦃ DecEq-Ix ⦄ : DecEq Ix
69+
⦃ DecEq-TxId ⦄ : DecEq TxId
70+
adHashingScheme : isHashableSet AuxiliaryData
7171
open isHashableSet adHashingScheme renaming (THash to ADHash) public
7272

7373
field globalConstants : _

0 commit comments

Comments
 (0)