remove unnecessary pub (#31676)
This commit is contained in:
parent
e14384d8ff
commit
7c6478da8f
|
@ -1140,7 +1140,7 @@ pub(crate) struct StakeReward {
|
|||
}
|
||||
|
||||
impl StakeReward {
|
||||
pub fn get_stake_reward(&self) -> i64 {
|
||||
fn get_stake_reward(&self) -> i64 {
|
||||
self.stake_reward_info.lamports
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue