mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
[tests] [wallet] Add wallet endpoint support to authproxy
This commit is contained in:
committed by
Jonas Schnelli
parent
76603b1325
commit
979d0b8a65
@@ -56,6 +56,8 @@ class AuthServiceProxyWrapper(object):
|
||||
def url(self):
|
||||
return self.auth_service_proxy_instance.url
|
||||
|
||||
def __truediv__(self, relative_uri):
|
||||
return AuthServiceProxyWrapper(self.auth_service_proxy_instance / relative_uri)
|
||||
|
||||
def get_filename(dirname, n_node):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user