Skip to content

Commit

Permalink
docs(update readme): distinguish vote fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Nov 17, 2023
1 parent 359fb64 commit 25906a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sign/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Fragment generator and signer:
# **Vote** Fragment generator and signer:
Generates vote fragments and signs them accordingly

## Specifications
[*see here for format.abnf*](../chain-libs/chain-impl-mockchain/doc/format.abnf)

[*see here for format.md*](../chain-libs/chain-impl-mockchain/doc/format.md)

## Ingredients for generating a fragment
## Ingredients for generating a **vote** fragment

- Election public key
- Alice public key
Expand All @@ -22,7 +22,7 @@ Generates vote fragments and signs them accordingly
cargo build --release -p sign
```

*Generate raw fragment in byte representation*
*Generate raw vote fragment in byte representation*

```bash

Expand Down

0 comments on commit 25906a4

Please sign in to comment.