File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44
55Major 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
1312Since this release doesn't yet include segwit support, you will need to set the
1413Bitcoin Core ` -rpcserialversion=0 ` option, either as a command line argument,
You can’t perform that action at this time.
0 commit comments