Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Sep 6, 2024
1 parent ab8ab24 commit 4673459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/mpl-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ pub mod mpl_staking {
}

pub fn withdraw(ctx: Context<Withdraw>, deposit_entry_index: u8, amount: u64) -> Result<()> {
// instructions::withdraw(ctx, deposit_entry_index, amount);
instructions::withdraw(ctx, deposit_entry_index, amount)
}

Expand Down

0 comments on commit 4673459

Please sign in to comment.