Skip to content

Commit 8baa8a9

Browse files
committed
update
1 parent 81429c9 commit 8baa8a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/managed-ccf/includes/submit-vote.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ ms.author: msmbaldwin
1212
```Bash
1313
cat vote_accept.json
1414
{
15-
"ballot": "export function vote (rawProposal, proposerId)\n
16-
{\n
17-
// Accepts any proposal\n
18-
return true;\n
19-
}"
15+
"ballot": "export function vote (proposal, proposerId) { return true }"
2016
}
2117

2218
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

Comments
 (0)