CLI: Fix stake-account auth withdrawer output (#8071)
automerge
(cherry picked from commit 9739be9ecf
)
This commit is contained in:
committed by
Michael Vines
parent
19f414d843
commit
8f8fb720af
@ -735,7 +735,7 @@ pub fn process_withdraw_stake(
|
||||
pub fn print_stake_state(stake_lamports: u64, stake_state: &StakeState, use_lamports_unit: bool) {
|
||||
fn show_authorized(authorized: &Authorized) {
|
||||
println!("authorized staker: {}", authorized.staker);
|
||||
println!("authorized withdrawer: {}", authorized.staker);
|
||||
println!("authorized withdrawer: {}", authorized.withdrawer);
|
||||
}
|
||||
fn show_lockup(lockup: &Lockup) {
|
||||
println!("lockup epoch: {}", lockup.epoch);
|
||||
|
Reference in New Issue
Block a user