We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7795d commit 2bbd973Copy full SHA for 2bbd973
README.md
@@ -59,7 +59,7 @@ Rather confusingly Bitcoin Core shows transaction and block hashes as
59
little-endian hex rather than the big-endian the rest of the world uses for
60
SHA256. python-bitcoinlib provides the convenience functions x() and lx() in
61
bitcoin.core to convert from big-endian and little-endian hex to raw bytes to
62
-accomodate this. In addition see b2x() and b2lx() for conversion from bytes to
+accommodate this. In addition see b2x() and b2lx() for conversion from bytes to
63
big/little-endian hex.
64
65
0 commit comments