File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
testnet/stacks-node/src/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7230,14 +7230,14 @@ fn get_block_times(
7230
7230
let contract1_name = "test-contract-1" ;
7231
7231
let contract3_name = "test-contract-3" ;
7232
7232
7233
- info ! ( "Getting block times at block {block_height}, {tenure_height}..." ) ;
7233
+ info ! ( "Getting block times at block {block_height}, tenure {tenure_height}..." ) ;
7234
7234
7235
7235
let time0_value = call_read_only (
7236
7236
& naka_conf,
7237
7237
& sender_addr,
7238
7238
contract0_name,
7239
7239
"get-time" ,
7240
- vec ! [ & clarity:: vm:: Value :: UInt ( block_height ) ] ,
7240
+ vec ! [ & clarity:: vm:: Value :: UInt ( tenure_height ) ] ,
7241
7241
) ;
7242
7242
let time0 = time0_value
7243
7243
. expect_optional ( )
@@ -7265,7 +7265,7 @@ fn get_block_times(
7265
7265
& sender_addr,
7266
7266
contract1_name,
7267
7267
"get-time" ,
7268
- vec ! [ & clarity:: vm:: Value :: UInt ( block_height ) ] ,
7268
+ vec ! [ & clarity:: vm:: Value :: UInt ( tenure_height ) ] ,
7269
7269
) ;
7270
7270
let time1 = time1_value
7271
7271
. expect_optional ( )
You can’t perform that action at this time.
0 commit comments