Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza authored Sep 28, 2023
1 parent 357d243 commit c5d8e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ binary_string = getBin(256)
```python
from cryptofuzz import PrivateKey_To_Bytes

privatekey = Wallet.getPrivateKey()
privatekey = getPrivateKey()
# Convert Private Key HEX To Bytes SEED
byte = Wallet.PrivateKey_To_Bytes(privatekey)
byte = PrivateKey_To_Bytes(privatekey)

```
---
Expand Down Expand Up @@ -403,9 +403,9 @@ Programmer & Owner : Mmdrza.Com

Email : PyMmdrza@Gmail.Com

Github: [cryptofuzz/cryptofuzz](https://github.com/Pymmdrza/cryptofuzz)
Github: [cryptofuzz/cryptofuzz](https://github.com/Pymmdrza/cryptoFuzz)

Document: [cryptofuzz](https://github.com/Pymmdrza/cryptofuzz)
Document: [cryptofuzz](https://pymmdrza.github.io/cryptoFuzz)

---
### Donate:
Expand Down

0 comments on commit c5d8e21

Please sign in to comment.