chore: commit suggestion

This commit is contained in:
Alex Harley 2021-08-05 10:58:10 +02:00 committed by Tyera Eulberg
parent c5eb3f1394
commit 4a6f63c750
1 changed files with 1 additions and 6 deletions

View File

@ -457,12 +457,7 @@ export const STAKE_INSTRUCTION_LAYOUTS: {
}, },
Merge: { Merge: {
index: 7, index: 7,
layout: BufferLayout.struct([ layout: BufferLayout.struct([BufferLayout.u32('instruction')]),
BufferLayout.u32('instruction'),
Layout.publicKey('stakePubKey'),
Layout.publicKey('sourceStakePubKey'),
Layout.publicKey('authorityOwner'),
]),
}, },
AuthorizeWithSeed: { AuthorizeWithSeed: {
index: 8, index: 8,