mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-03 22:03:01 +01:00
Add missing multiwallet rpc calls to python coverage logs
This fixes a bug in coverage logging that's been around since the logging was
introduced.
Github-Pull: #11277
Rebased-From: 505530c6cf
This commit is contained in:
committed by
MarcoFalke
parent
2eea279fe6
commit
1036c43fe5
@@ -54,7 +54,8 @@ class AuthServiceProxyWrapper(object):
|
|||||||
return return_val
|
return return_val
|
||||||
|
|
||||||
def __truediv__(self, relative_uri):
|
def __truediv__(self, relative_uri):
|
||||||
return AuthServiceProxyWrapper(self.auth_service_proxy_instance / relative_uri)
|
return AuthServiceProxyWrapper(self.auth_service_proxy_instance / relative_uri,
|
||||||
|
self.coverage_logfile)
|
||||||
|
|
||||||
def get_filename(dirname, n_node):
|
def get_filename(dirname, n_node):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user