cli now supports a custodian for stake authorize operations
This commit is contained in:
@ -211,6 +211,7 @@ fn distribution_instructions(
|
||||
&stake_authority,
|
||||
&recipient,
|
||||
StakeAuthorize::Staker,
|
||||
None,
|
||||
));
|
||||
|
||||
// Make the recipient the new withdraw authority
|
||||
@ -219,6 +220,7 @@ fn distribution_instructions(
|
||||
&withdraw_authority,
|
||||
&recipient,
|
||||
StakeAuthorize::Withdrawer,
|
||||
None,
|
||||
));
|
||||
|
||||
// Add lockup
|
||||
|
Reference in New Issue
Block a user