Skip to content

Commit 8097203

Browse files
committed
Merge petertodd#267: Fix typo at line 62
2bbd973 Fix typo at line 62 (sgmoore) Pull request description: Fix minor typo at line 62 Top commit has no ACKs. Tree-SHA512: bfc9dc44883115b4de9b77b97681ca9ff9a2169ae7ff0900665388e48cb3404c06f12d5b5bdda1bfcefb2019d25c4c0656d929f1680f103d18885d6eea08fcbb
2 parents 1b7795d + 2bbd973 commit 8097203

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
@@ -59,7 +59,7 @@ Rather confusingly Bitcoin Core shows transaction and block hashes as
5959
little-endian hex rather than the big-endian the rest of the world uses for
6060
SHA256. python-bitcoinlib provides the convenience functions x() and lx() in
6161
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
62+
accommodate this. In addition see b2x() and b2lx() for conversion from bytes to
6363
big/little-endian hex.
6464

6565

0 commit comments

Comments
 (0)