reward dist fix

This commit is contained in:
Sewmina Dilshan 2025-07-30 23:39:21 +05:30
parent 3a9fa10f43
commit e409d45e61

View File

@ -69,7 +69,7 @@ pub struct RewardLeaderboard<'info>{
/// CHECK: The winner account /// CHECK: The winner account
#[account(mut)] #[account(mut)]
pub winner: AccountInfo<'info>, pub winner: SystemAccount<'info>,
#[account( #[account(
mut, mut,