Skip to content

Commit 64bb735

Browse files
committed
Update assumed RPC version
1 parent fd70bd6 commit 64bb735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ focus on providing tools to manipulate the internals of how Bitcoin works.
1111

1212
sudo apt-get install libssl-dev
1313

14-
The RPC interface, bitcoin.rpc, is designed to work with Bitcoin Core v0.13.0
14+
The RPC interface, bitcoin.rpc, is designed to work with Bitcoin Core v0.15.0
1515
Older versions may work but there do exist some incompatibilities.
1616

1717

bitcoin/rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class Proxy(BaseProxy):
297297
Unlike ``RawProxy``, data is passed as ``bitcoin.core`` objects or packed
298298
bytes, rather than JSON or hex strings. Not all methods are implemented
299299
yet; you can use ``call`` to access missing ones in a forward-compatible
300-
way. Assumes Bitcoin Core version >= v0.13.0; older versions mostly work,
300+
way. Assumes Bitcoin Core version >= v0.15.0; older versions mostly work,
301301
but there are a few incompatibilities.
302302
"""
303303

0 commit comments

Comments
 (0)