We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bb90e commit d4f45f9Copy full SHA for d4f45f9
1 file changed
bitcoin/rpc.py
@@ -223,8 +223,8 @@ class Proxy(BaseProxy):
223
Unlike ``RawProxy``, data is passed as ``bitcoin.core`` objects or packed
224
bytes, rather than JSON or hex strings. Not all methods are implemented
225
yet; you can use ``call`` to access missing ones in a forward-compatible
226
- way. Assumes Bitcoin Core version >= 0.9; older versions mostly work, but
227
- there are a few incompatibilities.
+ way. Assumes Bitcoin Core version >= v0.13.0; older versions mostly work,
+ but there are a few incompatibilities.
228
"""
229
230
def __init__(self,
0 commit comments