Skip to content

Commit

Permalink
Remove testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed Mar 6, 2024
1 parent e20dff9 commit 81e7eec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions coordinator/src/block_streams/synchronise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ pub async fn synchronise_block_streams(

for (account_id, indexers) in indexer_registry.iter() {
for (function_name, indexer_config) in indexers.iter() {
if indexer_config.account_id.as_str() != "eduohe.near" {
continue;
}
let active_block_stream = active_block_streams
.iter()
.position(|stream| {
Expand Down
3 changes: 0 additions & 3 deletions coordinator/src/executors/synchronise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ pub async fn synchronise_executors(

for (account_id, indexers) in indexer_registry.iter() {
for (function_name, indexer_config) in indexers.iter() {
if indexer_config.account_id.as_str() != "eduohe.near" {
continue;
}
let active_executor = active_executors
.iter()
.position(|stream| {
Expand Down

0 comments on commit 81e7eec

Please sign in to comment.