We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9cea9 commit 9e54a1fCopy full SHA for 9e54a1f
test/functional/rpc_signer.py
@@ -48,7 +48,7 @@ def clear_mock_result(self, node):
48
def run_test(self):
49
self.log.debug(f"-signer={self.mock_signer_path()}")
50
51
- assert_raises_rpc_error(-1, 'Error: restart bitcoind with -signer=<cmd>',
+ assert_raises_rpc_error(-1, 'Error: restart dashd with -signer=<cmd>',
52
self.nodes[0].enumeratesigners
53
)
54
0 commit comments