File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/tendermint/script/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ async fn get_light_blocks() -> (LightBlock, LightBlock) {
29
29
let latest_commit = fetch_latest_commit ( & client, & url) . await . unwrap ( ) ;
30
30
let block: u64 = latest_commit. result . signed_header . header . height . into ( ) ;
31
31
println ! ( "Latest block: {}" , block) ;
32
- let light_block_1 = fetch_light_block ( 2029100 , peer_id, BASE_URL )
32
+ let light_block_1 = fetch_light_block ( 2279100 , peer_id, BASE_URL )
33
33
. await
34
34
. expect ( "Failed to generate light block 1" ) ;
35
- let light_block_2 = fetch_light_block ( 2029130 , peer_id, BASE_URL )
35
+ let light_block_2 = fetch_light_block ( 2279130 , peer_id, BASE_URL )
36
36
. await
37
37
. expect ( "Failed to generate light block 2" ) ;
38
38
( light_block_1, light_block_2)
You can’t perform that action at this time.
0 commit comments