Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengYuTay committed Sep 23, 2023
1 parent 6cef321 commit e3e7ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercises/1-generate-keypairs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Keypair is essentially a wallet.
- It contains a secret key and a public key.
- Secret key is like password to control your wallet.
- Pulic key is like your email address.
- Public key is like your email address.

## Function
`Keypair.generate()` is used to generate a random keypair
Expand Down

0 comments on commit e3e7ac1

Please sign in to comment.