Update README.md

This commit is contained in:
tripathyr 2022-07-09 12:31:39 +05:30 committed by GitHub
parent 8938aef84f
commit 1ef2b2b161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,6 @@ To install pyflo,
* secp256k1
### Documentation
Documentation is available at https://pybtc.readthedocs.io
#### Message signing and verification
Every message sent to the Blockchain is in hash format, and not in plain string. So we convert the message we are signing into a SHA256 hash before.