Skip to content

Commit

Permalink
Unneeded TODO removal
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Sep 10, 2024
1 parent 8448527 commit df36f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/linear-release/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ pub mod pallet {
};
let schedule1_index = schedule1_index as usize;
let schedule2_index = schedule2_index as usize;
// TODO: Add the different reasons check.

let schedules = Self::vesting(&who, reason).ok_or(Error::<T>::NotVesting)?;
let merge_action = VestingAction::Merge { index1: schedule1_index, index2: schedule2_index };
Expand Down

0 comments on commit df36f08

Please sign in to comment.