From 404be810bfa82fb62b78fbd595d4b8817f37d3c3 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 14 Jan 2021 11:26:27 -0700 Subject: [PATCH] feat: add system-program TransferWithSeed implementation --- web3.js/test/system-program.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web3.js/test/system-program.test.js b/web3.js/test/system-program.test.js index 9979a23843..35210afacf 100644 --- a/web3.js/test/system-program.test.js +++ b/web3.js/test/system-program.test.js @@ -446,6 +446,7 @@ test('live withSeed actions', async () => { space, ); + // Test CreateAccountWithSeed const createAccountWithSeedParams = { fromPubkey: basePubkey, newAccountPubkey: createAccountWithSeedAddress, @@ -469,7 +470,7 @@ test('live withSeed actions', async () => { ); expect(createAccountWithSeedBalance).toEqual(minimumAmount); - // Transfer to a derived address + // Transfer to a derived address to prep for TransferWithSeed const programId2 = new Account().publicKey; const transferWithSeedAddress = await PublicKey.createWithSeed( basePubkey,