Skip to content

Commit 3337ebc

Browse files
cypherpepekaimast
andauthored
Update [Aleo values] to README.md
Co-authored-by: Kai Mast <[email protected]> Signed-off-by: Cypher Pepe <[email protected]>
1 parent c6d5e10 commit 3337ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ nvcc --version # Check installed CUDA version
280280
2. Sign a message with your private key using `snarkos account sign --raw -m "Message" --private-key-file=<PRIVATE_KEY_FILE>`
281281
3. Verify your signature with `snarkos account verify --raw -m "Message" -s sign1SignatureHere -a aleo1YourAccountAddress`
282282
283-
Note, using the `--raw` flag with the command will sign plaintext messages as bytes rather than [Aleo](https://developer.aleo.org/guides/aleo/language#data-types-and-values) values such as `1u8` or `100field`.
283+
Note, using the `--raw` flag with the command will sign plaintext messages as bytes rather than [Aleo values](https://developer.aleo.org/guides/aleo/language#data-types-and-values) such as `1u8` or `100field`.
284284
285285
286286
## 5. Command Line Interface

0 commit comments

Comments
 (0)