fix: declare system program id in base58

This commit is contained in:
Trent Nelson 2020-04-07 18:18:21 -06:00 committed by Michael Vines
parent 65666b63cb
commit d081b55e40
1 changed files with 1 additions and 3 deletions

View File

@ -433,9 +433,7 @@ export class SystemProgram {
* Public key that identifies the System program
*/
static get programId(): PublicKey {
return new PublicKey(
'0x000000000000000000000000000000000000000000000000000000000000000',
);
return new PublicKey('11111111111111111111111111111111');
}
/**