Skip to content

Commit 3e2f84e

Browse files
committed
test: use f-strings in feature_csv_activation.py
1 parent e2f1fd8 commit 3e2f84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_csv_activation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def run_test(self):
247247
self.send_blocks(test_blocks)
248248

249249
assert_equal(self.tipheight, CSV_ACTIVATION_HEIGHT - 2)
250-
self.log.info("Height = {}, CSV not yet active (will activate for block {}, not {})".format(self.tipheight, CSV_ACTIVATION_HEIGHT, CSV_ACTIVATION_HEIGHT - 1))
250+
self.log.info(f"Height = {self.tipheight}, CSV not yet active (will activate for block {CSV_ACTIVATION_HEIGHT}, not {CSV_ACTIVATION_HEIGHT - 1})")
251251
assert not softfork_active(self.nodes[0], 'csv')
252252

253253
# Test both version 1 and version 2 transactions for all tests

0 commit comments

Comments
 (0)