fix: example budget programs
This commit is contained in:
committed by
Michael Vines
parent
086eb6f8b8
commit
979a707c94
@@ -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,
|
||||
|
Reference in New Issue
Block a user