Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsource147 committed Jul 2, 2024
1 parent 24bec82 commit b755aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub fn handle_new_distributor(
distributor.closable = closable;
distributor.base = ctx.accounts.base.key();
distributor.airdrop_bonus = AirdropBonus {
total_bonus: total_bonus,
total_bonus,
vesting_slot_duration: bonus_vesting_slot_duration,
total_claimed_bonus: 0,
};
Expand Down

0 comments on commit b755aa9

Please sign in to comment.