fix: example budget programs

This commit is contained in:
Justin Starry
2019-11-12 00:28:05 -05:00
committed by Michael Vines
parent 086eb6f8b8
commit 979a707c94
4 changed files with 137 additions and 138 deletions

View File

@@ -351,7 +351,7 @@ export class BudgetProgram {
keys: [
{pubkey: from, isSigner: true, isWritable: true},
{pubkey: program, isSigner: false, isWritable: true},
{pubkey: to, isSigner: false, isWritable: false},
{pubkey: to, isSigner: false, isWritable: true},
],
programId: this.programId,
data,