Skip to content

Commit 1f70653

Browse files
committed
Use log.info() instead of print() in importmulti.py
1 parent 3d857f3 commit 1f70653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/rpc-tests/importmulti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def run_test (self):
413413

414414
# Importing existing watch only address with new timestamp should replace saved timestamp.
415415
assert_greater_than(timestamp, watchonly_timestamp)
416-
print("Should replace previously saved watch only timestamp.")
416+
self.log.info("Should replace previously saved watch only timestamp.")
417417
result = self.nodes[1].importmulti([{
418418
"scriptPubKey": {
419419
"address": watchonly_address,

0 commit comments

Comments
 (0)