mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Use logging in individual tests
This commit is contained in:
@@ -62,7 +62,7 @@ class ListSinceBlockTest (BitcoinTestFramework):
|
||||
# generate on both sides
|
||||
lastblockhash = self.nodes[1].generate(6)[5]
|
||||
self.nodes[2].generate(7)
|
||||
print('lastblockhash=%s' % (lastblockhash))
|
||||
self.log.info('lastblockhash=%s' % (lastblockhash))
|
||||
|
||||
self.sync_all()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user