fix: upstream authorize fixes

This commit is contained in:
Tyera Eulberg
2020-01-02 09:56:15 -07:00
committed by Michael Vines
parent bed42ac26b
commit 0b5bd167d4
3 changed files with 5 additions and 2 deletions

View File

@@ -328,6 +328,7 @@ export class StakeProgram {
return new Transaction().add({
keys: [
{pubkey: stakeAccount, isSigner: false, isWritable: true},
{pubkey: SYSVAR_CLOCK_PUBKEY, isSigner: false, isWritable: true},
{pubkey: authorizedPubkey, isSigner: true, isWritable: false},
],
programId: this.programId,