Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Add vote instruction to adjust the commission  #4637

Closed
@mvines

Description

Problem

The commission on a vote account is fixed at creation time:

InitializeAccount(Pubkey, u32),

but if a validator is not attracting any stakers, the commission they set may be uncompetitive and they may want/need to lower it. There's no wallet command or even vote_api to do this.

Proposed Solution

  1. Add a new VoteInstruction to modify the commission
  2. Expose (1) as a new wallet command.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions