Skip to content

Commit

Permalink
Merge pull request #1969 from input-output-hk/andre/shelley-spec-fix
Browse files Browse the repository at this point in the history
Add missing restriction to VKey in witsVKeyNeeded
  • Loading branch information
Jared Corduan authored Nov 5, 2020
2 parents 2f70be6 + 50a1a28 commit 0ecab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shelley/chain-and-ledger/formal-spec/utxo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ \subsection{Witnesses}
\cup & ~~
\{\fun{stakeCred_r}~a\mid a\mapsto \wcard \in \AddrRWDVKey
\restrictdom \txwdrls{tx}\}\\
\cup & ~~\fun{certWitsNeeded}~{tx} \\
\cup & ~~(\AddrVKey \cap \fun{certWitsNeeded}~{tx}) \\
\cup & ~~\fun{propWits}~(\fun{txup}~\var{tx})~\var{genDelegs} \\
\cup & ~~\bigcup_{\substack{c \in \txcerts{tx} \\ ~c \in\DCertRegPool}} \fun{poolOwners}~{c}
\end{align*}
Expand Down

0 comments on commit 0ecab80

Please sign in to comment.