diff options
author | John Newbery <john@johnnewbery.com> | 2017-03-17 18:04:13 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-03-17 18:04:13 -0400 |
commit | 1f7065367c6e901f1f047f4bc0ce63633fd7602b (patch) | |
tree | 435be32e6f5e6c67257d2d85a36183c754482c4a /qa/rpc-tests | |
parent | 3d857f307be8712b9b251e770d8425717409654b (diff) |
Use log.info() instead of print() in importmulti.py
Diffstat (limited to 'qa/rpc-tests')
-rwxr-xr-x | qa/rpc-tests/importmulti.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/importmulti.py b/qa/rpc-tests/importmulti.py index ca5d42eced..aa03c6780a 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, |