Skip to content

Commit 2bbd973

Browse files
authored
Fix typo at line 62
Fix minor typo at line 62
1 parent 1b7795d commit 2bbd973

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)