File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ focus on providing tools to manipulate the internals of how Bitcoin works.
11
11
12
12
sudo apt-get install libssl-dev
13
13
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
15
15
Older versions may work but there do exist some incompatibilities.
16
16
17
17
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ class Proxy(BaseProxy):
297
297
Unlike ``RawProxy``, data is passed as ``bitcoin.core`` objects or packed
298
298
bytes, rather than JSON or hex strings. Not all methods are implemented
299
299
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,
301
301
but there are a few incompatibilities.
302
302
"""
303
303
You can’t perform that action at this time.
0 commit comments