Skip to content

Commit 505530c

Browse files
committed
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.
1 parent 9f67646 commit 505530c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/test_framework/coverage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def __call__(self, *args, **kwargs):
5454
return return_val
5555

5656
def __truediv__(self, relative_uri):
57-
return AuthServiceProxyWrapper(self.auth_service_proxy_instance / relative_uri)
57+
return AuthServiceProxyWrapper(self.auth_service_proxy_instance / relative_uri,
58+
self.coverage_logfile)
5859

5960
def get_filename(dirname, n_node):
6061
"""

0 commit comments

Comments
 (0)