mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 18:41:01 +00:00
Remove obsolete comment. (#2008)
it is indeed correct. Co-authored-by: eskimor <eskimor@no-such-url.com>
This commit is contained in:
@@ -352,7 +352,6 @@ impl<T: Config> Pallet<T> {
|
|||||||
None
|
None
|
||||||
},
|
},
|
||||||
Ok((pos_in_claimqueue, pe)) => {
|
Ok((pos_in_claimqueue, pe)) => {
|
||||||
// is this correct?
|
|
||||||
availability_cores[core_idx.0 as usize] = CoreOccupied::Paras(pe);
|
availability_cores[core_idx.0 as usize] = CoreOccupied::Paras(pe);
|
||||||
|
|
||||||
Some((*core_idx, pos_in_claimqueue))
|
Some((*core_idx, pos_in_claimqueue))
|
||||||
|
|||||||
Reference in New Issue
Block a user