CLI: Fix stake-account auth withdrawer output (#8071)

automerge

(cherry picked from commit 9739be9ecf)
This commit is contained in:
Trent Nelson
2020-01-31 15:25:05 -07:00
committed by Michael Vines
parent 19f414d843
commit 8f8fb720af

View File

@ -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);