Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
new data fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jun 6, 2024
1 parent f2c8d4e commit bba1d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/vectorx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ impl VectorXOperator {

async fn run(&mut self) {
loop {
self.data_fetcher = RpcDataFetcher::new().await;

let loop_delay_mins = get_loop_delay_mins();
let block_interval = get_update_delay_blocks();

Expand Down

0 comments on commit bba1d97

Please sign in to comment.