Fix test to use correct/updated account in transaction (#24363)
This commit is contained in:
@ -4398,6 +4398,7 @@ mod tests {
|
||||
],
|
||||
Ok(()),
|
||||
);
|
||||
transaction_accounts[0] = (stake_address, accounts[0].clone());
|
||||
|
||||
process_instruction(
|
||||
&serialize(&StakeInstruction::DelegateStake).unwrap(),
|
||||
|
Reference in New Issue
Block a user