Skip to content

Commit

Permalink
Refactor execution receipt acquisition.
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-gadelshin committed Sep 9, 2024
1 parent e456ef1 commit 5bb3f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-service/src/domains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ where
if !peer_info.is_synced {
trace!("Domain data request skipped (not synced). peer = {peer_id}");

continue;
continue 'peers;
}

let request = LastConfirmedBlockRequest::<CBlock> {
Expand Down

0 comments on commit 5bb3f51

Please sign in to comment.