Skip to content

Commit

Permalink
Merge pull request solana-labs#1527 from solana-labs/agrippa/slightly…
Browse files Browse the repository at this point in the history
…-more-clear-stake-validator

Agrippa/slightly-more-clear-stake-validator
  • Loading branch information
asktree authored Apr 7, 2023
2 parents 98b9ce0 + 729aaab commit 21ce803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const StakeValidator = ({
onChange={setValidatorVoteKey}
/>
<Input
label="Seed for stake address (will be added with validator address)"
label="(optional, advanced) Seed for stake address"
value={form.seed}
error={formErrors['seed']}
type="number"
Expand Down

0 comments on commit 21ce803

Please sign in to comment.