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,