feat: add support for more system instructions
This commit is contained in:
committed by
Michael Vines
parent
09d1b7f39f
commit
c584fbdf39
@ -132,7 +132,7 @@ test('get program accounts', async () => {
|
||||
},
|
||||
]);
|
||||
let transaction = SystemProgram.assign({
|
||||
fromPubkey: account0.publicKey,
|
||||
accountPubkey: account0.publicKey,
|
||||
programId: programId.publicKey,
|
||||
});
|
||||
await sendAndConfirmTransaction(connection, transaction, account0);
|
||||
@ -176,7 +176,7 @@ test('get program accounts', async () => {
|
||||
},
|
||||
]);
|
||||
transaction = SystemProgram.assign({
|
||||
fromPubkey: account1.publicKey,
|
||||
accountPubkey: account1.publicKey,
|
||||
programId: programId.publicKey,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user