From 4a6f63c750b1487db3e17f50d23a226b1471168a Mon Sep 17 00:00:00 2001 From: Alex Harley Date: Thu, 5 Aug 2021 10:58:10 +0200 Subject: [PATCH] chore: commit suggestion --- web3.js/src/stake-program.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web3.js/src/stake-program.ts b/web3.js/src/stake-program.ts index 44ca1a592d..7a178a57b6 100644 --- a/web3.js/src/stake-program.ts +++ b/web3.js/src/stake-program.ts @@ -457,12 +457,7 @@ export const STAKE_INSTRUCTION_LAYOUTS: { }, Merge: { index: 7, - layout: BufferLayout.struct([ - BufferLayout.u32('instruction'), - Layout.publicKey('stakePubKey'), - Layout.publicKey('sourceStakePubKey'), - Layout.publicKey('authorityOwner'), - ]), + layout: BufferLayout.struct([BufferLayout.u32('instruction')]), }, AuthorizeWithSeed: { index: 8,