Skip to content

Commit

Permalink
stake_history_sysvar not needed for decrease additional validator stake
Browse files Browse the repository at this point in the history
  • Loading branch information
kagren committed Jan 31, 2024
1 parent 872592c commit 5b82c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stake-pool/py/stake_pool/instructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,6 @@ def decrease_additional_validator_stake(params: DecreaseAdditionalValidatorStake
AccountMeta(pubkey=params.ephemeral_stake, is_signer=False, is_writable=True),
AccountMeta(pubkey=params.transient_stake, is_signer=False, is_writable=True),
AccountMeta(pubkey=params.clock_sysvar, is_signer=False, is_writable=False),
AccountMeta(pubkey=params.stake_history_sysvar, is_signer=False, is_writable=False),
AccountMeta(pubkey=params.system_program_id, is_signer=False, is_writable=False),
AccountMeta(pubkey=params.stake_program_id, is_signer=False, is_writable=False),
],
Expand Down

0 comments on commit 5b82c74

Please sign in to comment.