File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use near_primitives::types::AccountId;
1414use near_primitives:: views:: FinalExecutionStatus ;
1515use std:: fmt:: Write ;
1616use tokio:: time:: { Duration , timeout} ;
17- use tracing:: { debug , error, info} ;
17+ use tracing:: { error, info} ;
1818
1919use crate :: config:: RelayerConfig ;
2020
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ impl Default for RelayerConfig {
173173 Self {
174174 update_interval_epochs : defaults:: UPDATE_INTERVAL_EPOCHS ,
175175 headers_batch_size : defaults:: HEADERS_BATCH_SIZE ,
176- max_headers_per_loop : defaults:: MAX_HEADERS_PER_PERIOD ,
176+ max_headers_per_loop : defaults:: MAX_HEADERS_PER_LOOP ,
177177 sync_sleep_secs : defaults:: SYNC_SLEEP_SECS ,
178178 submission_sleep_secs : defaults:: SUBMISSION_SLEEP_SECS ,
179179 max_iterations : None ,
You canβt perform that action at this time.
0 commit comments