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.
2 parents 0adcabb + 8baa8a9 commit 80f047dCopy full SHA for 80f047d
articles/managed-ccf/includes/submit-vote.md
@@ -12,11 +12,7 @@ ms.author: msmbaldwin
12
```Bash
13
cat vote_accept.json
14
{
15
- "ballot": "export function vote (rawProposal, proposerId)\n
16
- {\n
17
- // Accepts any proposal\n
18
- return true;\n
19
- }"
+ "ballot": "export function vote (proposal, proposerId) { return true }"
20
}
21
22
ccf_cose_sign1 --content vote_accept.json --signing-cert member0_cert.pem --signing-key member0_privk.pem --ccf-gov-msg-type ballot --ccf-gov-msg-created_at `date -Is` --ccf-gov-msg-proposal_id $proposal_id | curl https://confidentialbillingapp.confidential-ledger.azure.com/gov/proposals/$proposal_id/ballots -H 'Content-Type: application/cose' --data-binary @- --cacert service_cert.pem
0 commit comments