We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4717f commit 144612fCopy full SHA for 144612f
docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile
@@ -10,10 +10,8 @@ check-cddl:
10
COPY ./gen_vote_tx.cddl \
11
./vote_tx_v2_public.cddl \
12
./vote_tx_v2_private.cddl \
13
- ./gen_vote_tx_cose_payload.cddl \
14
.
15
16
- RUN cddlc -2 gen_vote_tx_cose_payload.cddl
17
RUN cddlc -2 gen_vote_tx.cddl
18
RUN cddlc -2 vote_tx_v2_public.cddl
19
RUN cddlc -2 vote_tx_v2_private.cddl
0 commit comments