Skip to content

Commit

Permalink
Add missing restriction to VKey in witsVKeyNeeded
Browse files Browse the repository at this point in the history
This would have prevented any script witnesses in delegation
certificates, which would have prevented delegation for script addresses.
  • Loading branch information
WhatisRT committed Nov 4, 2020
1 parent 9f2dcf4 commit 50a1a28
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 50a1a28

Please sign in to comment.