cli now supports a custodian for stake authorize operations
This commit is contained in:
@ -781,6 +781,7 @@ mod tests {
|
||||
&stake_authority.pubkey(),
|
||||
&new_stake_authority,
|
||||
StakeAuthorize::Staker,
|
||||
None,
|
||||
);
|
||||
let message = Message::new(&[ix], Some(&stake_authority.pubkey()));
|
||||
let tx = Transaction::new(&[&stake_authority], message, blockhash);
|
||||
|
Reference in New Issue
Block a user