Skip to content

Commit d4f45f9

Browse files
committed
Update version required in bitcoin.rpc.Proxy doc string
1 parent 20bb90e commit d4f45f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bitcoin/rpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ class Proxy(BaseProxy):
223223
Unlike ``RawProxy``, data is passed as ``bitcoin.core`` objects or packed
224224
bytes, rather than JSON or hex strings. Not all methods are implemented
225225
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.
226+
way. Assumes Bitcoin Core version >= v0.13.0; older versions mostly work,
227+
but there are a few incompatibilities.
228228
"""
229229

230230
def __init__(self,

0 commit comments

Comments
 (0)