Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion program/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ impl StakePool {

/// Check if the manager fee info is a valid token program account
/// capable of receiving tokens from the mint.
pub(crate) fn check_manager_fee_info(
pub fn check_manager_fee_info(
&self,
manager_fee_info: &AccountInfo,
) -> Result<(), ProgramError> {
Expand Down
Loading