fix: pay transaction fees from system accounts

This commit is contained in:
Michael Vines
2019-05-08 09:33:04 -07:00
parent 7bde7e3767
commit 48f0bcc2bf
10 changed files with 133 additions and 166 deletions

View File

@@ -143,9 +143,7 @@ export class BudgetProgram {
* Public key that identifies the Budget program
*/
static get programId(): PublicKey {
return new PublicKey(
'Budget1111111111111111111111111111111111111',
);
return new PublicKey('Budget1111111111111111111111111111111111111');
}
/**