This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ impl VerboseDisplay for CliStakePool {
116116 match & self . preferred_withdraw_validator_vote_address {
117117 None => { }
118118 Some ( s) => {
119- writeln ! ( w, "Preferred Withraw Validator: {}" , s) ?;
119+ writeln ! ( w, "Preferred Withdraw Validator: {}" , s) ?;
120120 }
121121 }
122122 writeln ! ( w, "Epoch Fee: {} of epoch rewards" , & self . epoch_fee) ?;
@@ -197,7 +197,7 @@ impl Display for CliStakePool {
197197 match & self . preferred_withdraw_validator_vote_address {
198198 None => { }
199199 Some ( s) => {
200- writeln ! ( f, "Preferred Withraw Validator: {}" , s) ?;
200+ writeln ! ( f, "Preferred Withdraw Validator: {}" , s) ?;
201201 }
202202 }
203203 writeln ! ( f, "Epoch Fee: {} of epoch rewards" , & self . epoch_fee) ?;
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ class WithdrawStakeParams(NamedTuple):
368368 validator_stake : Pubkey
369369 """`[w]` Validator or reserve stake account to split"""
370370 destination_stake : Pubkey
371- """`[w]` Unitialized stake account to receive withdrawal"""
371+ """`[w]` Uninitialized stake account to receive withdrawal"""
372372 destination_stake_authority : Pubkey
373373 """`[]` User account to set as a new withdraw authority"""
374374 source_transfer_authority : Pubkey
You can’t perform that action at this time.
0 commit comments