mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 03:53:22 +02:00
[tests] [wallet] Add wallet endpoint support to authproxy
This commit is contained in:
committed by
Jonas Schnelli
parent
76603b1325
commit
979d0b8a65
@@ -191,3 +191,6 @@ class AuthServiceProxy(object):
|
||||
else:
|
||||
log.debug("<-- [%.6f] %s"%(elapsed,responsedata))
|
||||
return response
|
||||
|
||||
def __truediv__(self, relative_uri):
|
||||
return AuthServiceProxy("{}/{}".format(self.__service_url, relative_uri), self._service_name, connection=self.__conn)
|
||||
|
Reference in New Issue
Block a user