Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 872592c

Browse files
committed
Removed duplicate reserve_stake member in DecreaseAdditionalValidatorStakeParams
1 parent 8ceda3d commit 872592c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

stake-pool/py/stake_pool/instructions.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,16 +602,14 @@ class DecreaseAdditionalValidatorStakeParams(NamedTuple):
602602
"""`[]` Stake pool withdraw authority."""
603603
validator_list: PublicKey
604604
"""`[w]` Validator stake list storage account."""
605-
reserve_stake: PublicKey
606-
"""`[w]` Stake pool's reserve."""
607605
validator_stake: PublicKey
608606
"""`[w]` Canonical stake to split from."""
609607
transient_stake: PublicKey
610608
"""`[w]` Transient stake account to receive split."""
611609
clock_sysvar: PublicKey
612610
"""`[]` Clock sysvar."""
613-
stake_history_sysvar: PublicKey
614-
"""'[]' Stake history sysvar."""
611+
rent_sysvar: PublicKey
612+
"""`[]` Rent sysvar."""
615613
system_program_id: PublicKey
616614
"""`[]` System program."""
617615
stake_program_id: PublicKey

0 commit comments

Comments
 (0)