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.
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
1515Older versions may work but there do exist some incompatibilities.
1616
1717
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments