Function lido::processor::process_withdraw_inactive_stake[][src]

pub fn process_withdraw_inactive_stake(
    program_id: &Pubkey,
    raw_accounts: &[AccountInfo<'_>]
) -> ProgramResult
Expand description

Recover any inactive balance from the validator’s stake/unstake accounts to the reserve account. Updates the validator’s balance. This function is permissionless and can be called by anyone.