We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4be57d commit d6b1db1Copy full SHA for d6b1db1
src/Ledger/Dijkstra/Specification/Utxo.lagda.md
@@ -24,7 +24,7 @@ The primary guiding design principles are
24
+ **Batch-consistency**. No two transactions in the batch may spend the
25
same input. This is enforced explicitly at the top level by a predicate
26
(called `noOverlappingSpendInputs`{.AgdaFunction} below) that is checked in the
27
- `UTXO`{.AgdaDatatype} rule
+ `UTXO`{.AgdaDatatype} rule.
28
29
<!--
30
```agda
0 commit comments