fix(system-program): add base pubkey to create_account_with_seed
This commit is contained in:
committed by
Michael Vines
parent
0907750fea
commit
e0e3094370
@ -58,6 +58,7 @@ test('createAccountWithSeed', () => {
|
||||
transaction = SystemProgram.createAccountWithSeed(
|
||||
from.publicKey,
|
||||
newAccount.publicKey,
|
||||
from.publicKey,
|
||||
'hi there',
|
||||
123,
|
||||
BudgetProgram.space,
|
||||
@ -133,6 +134,7 @@ test('SystemInstruction createWithSeed', () => {
|
||||
const create = SystemProgram.createAccountWithSeed(
|
||||
from.publicKey,
|
||||
to.publicKey,
|
||||
from.publicKey,
|
||||
'hi there',
|
||||
amount,
|
||||
space,
|
||||
|
Reference in New Issue
Block a user