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

automerge
This commit is contained in:
Trent Nelson 2020-01-31 15:25:05 -07:00 committed by GitHub
parent e61257695f
commit 9739be9ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,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);