Skip to content

Commit 6a75d2d

Browse files
committed
Fix typo
1 parent 48bed7a commit 6a75d2d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

release-notes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
Major breaking API change!
66

7-
While this interim release changes doesn't by itself include segwit support, it
8-
does change the name of the `CTransaction/CMutableTransaction` method
9-
`GetHash()` to `GetTxid()` to prepare for a future segwit-enabled release.
10-
Incorrect calls to `GetHash()` will now raise a `AttributeError` exception with
11-
an explanation.
7+
While this interim release doesn't by itself include segwit support, it does
8+
change the name of the `CTransaction/CMutableTransaction` method `GetHash()` to
9+
`GetTxid()` to prepare for a future segwit-enabled release. Incorrect calls to
10+
`GetHash()` will now raise a `AttributeError` exception with an explanation.
1211

1312
Since this release doesn't yet include segwit support, you will need to set the
1413
Bitcoin Core `-rpcserialversion=0` option, either as a command line argument,

0 commit comments

Comments
 (0)