fix: add split to stake test
This commit is contained in:
committed by
Michael Vines
parent
3595892fab
commit
8541868587
@@ -381,6 +381,7 @@ export class StakeProgram {
|
||||
this.space,
|
||||
this.programId,
|
||||
);
|
||||
transaction.instructions[0].keys[0].isSigner = false;
|
||||
const type = StakeInstructionLayout.Split;
|
||||
const data = encodeData(type, {lamports});
|
||||
|
||||
|
Reference in New Issue
Block a user