mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Use log.info() instead of print() in importmulti.py
This commit is contained in:
parent
3d857f307b
commit
1f7065367c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user