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 fa07d59 commit acdc99dCopy full SHA for acdc99d
release-notes.md
@@ -7,14 +7,14 @@ v0.7.0-SNAPSHOT (not yet released!)
7
Breaking API changes:
8
9
* The 'cooked' CScript iterator now returns `OP_0` for the empty binary string
10
- rather than b''
+ rather than `b''`
11
12
* The alias `JSONRPCException = JSONRPCError` has been removed. This alias was
13
added for compatibility with v0.4.0 of python-bitcoinlib.
14
15
Bugfixes:
16
17
-* Fixed a spurious AttributeError when bitcoin.rpc.Proxy() fails.
+* Fixed a spurious `AttributeError` when `bitcoin.rpc.Proxy()` fails.
18
19
20
v0.6.1
0 commit comments