From 1f7065367c6e901f1f047f4bc0ce63633fd7602b Mon Sep 17 00:00:00 2001 From: John Newbery Date: Fri, 17 Mar 2017 18:04:13 -0400 Subject: [PATCH] Use log.info() instead of print() in importmulti.py --- qa/rpc-tests/importmulti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/rpc-tests/importmulti.py b/qa/rpc-tests/importmulti.py index ca5d42ece..aa03c6780 100755 --- a/qa/rpc-tests/importmulti.py +++ b/qa/rpc-tests/importmulti.py @@ -413,7 +413,7 @@ class ImportMultiTest (BitcoinTestFramework): # Importing existing watch only address with new timestamp should replace saved timestamp. assert_greater_than(timestamp, watchonly_timestamp) - print("Should replace previously saved watch only timestamp.") + self.log.info("Should replace previously saved watch only timestamp.") result = self.nodes[1].importmulti([{ "scriptPubKey": { "address": watchonly_address,