diff options
Diffstat (limited to 'jsonrpc/proxy.py')
-rw-r--r-- | jsonrpc/proxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jsonrpc/proxy.py b/jsonrpc/proxy.py new file mode 100644 index 0000000000..0d2be1e93b --- /dev/null +++ b/jsonrpc/proxy.py @@ -0,0 +1 @@ +from bitcoinrpc.authproxy import AuthServiceProxy as ServiceProxy, JSONRPCException |