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 {
116
116
match & self . preferred_withdraw_validator_vote_address {
117
117
None => { }
118
118
Some ( s) => {
119
- writeln ! ( w, "Preferred Withraw Validator: {}" , s) ?;
119
+ writeln ! ( w, "Preferred Withdraw Validator: {}" , s) ?;
120
120
}
121
121
}
122
122
writeln ! ( w, "Epoch Fee: {} of epoch rewards" , & self . epoch_fee) ?;
@@ -197,7 +197,7 @@ impl Display for CliStakePool {
197
197
match & self . preferred_withdraw_validator_vote_address {
198
198
None => { }
199
199
Some ( s) => {
200
- writeln ! ( f, "Preferred Withraw Validator: {}" , s) ?;
200
+ writeln ! ( f, "Preferred Withdraw Validator: {}" , s) ?;
201
201
}
202
202
}
203
203
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):
368
368
validator_stake : Pubkey
369
369
"""`[w]` Validator or reserve stake account to split"""
370
370
destination_stake : Pubkey
371
- """`[w]` Unitialized stake account to receive withdrawal"""
371
+ """`[w]` Uninitialized stake account to receive withdrawal"""
372
372
destination_stake_authority : Pubkey
373
373
"""`[]` User account to set as a new withdraw authority"""
374
374
source_transfer_authority : Pubkey
You can’t perform that action at this time.
0 commit comments