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 3d857f3 commit 1f70653Copy full SHA for 1f70653
qa/rpc-tests/importmulti.py
@@ -413,7 +413,7 @@ def run_test (self):
413
414
# Importing existing watch only address with new timestamp should replace saved timestamp.
415
assert_greater_than(timestamp, watchonly_timestamp)
416
- print("Should replace previously saved watch only timestamp.")
+ self.log.info("Should replace previously saved watch only timestamp.")
417
result = self.nodes[1].importmulti([{
418
"scriptPubKey": {
419
"address": watchonly_address,
0 commit comments