Function find_locked_targets

Source
pub fn find_locked_targets(
    lock_set: &MarketLockSet,
    targets: &[TargetId],
    current_ns: u64,
) -> Vec<TargetId>
Expand description

Return locked target IDs from a candidate target list.