Skip to content

Commit 9399e9b

Browse files
committed
tests: improve logging for feature asset locks functional test
1 parent 9cb43c2 commit 9399e9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/feature_asset_locks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def create_assetunlock(self, index, withdrawal, pubkey=None, fee=tiny_amount):
102102
request_id = hash256(request_id_buf)[::-1].hex()
103103

104104
height = node_wallet.getblockcount()
105-
self.log.info(f"Creating asset unlock: {llmq_type_test} {request_id}")
105+
self.log.info(f"Creating asset unlock: index={index} {request_id}")
106106
quorumHash = mninfo[0].node.quorum("selectquorum", llmq_type_test, request_id)["quorumHash"]
107107
self.log.info(f"Used quorum hash: {quorumHash}")
108108
unlockTx_payload = CAssetUnlockTx(
@@ -618,7 +618,6 @@ def test_withdrawal_limits(self, node_wallet, node, pubkey):
618618

619619

620620
def test_mn_rr(self, node_wallet, node, pubkey):
621-
self.log.info(node_wallet.getblockcount())
622621
self.log.info("Activate mn_rr...")
623622
locked = self.get_credit_pool_balance()
624623
self.activate_mn_rr(expected_activation_height=1400)

0 commit comments

Comments
 (0)