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: {
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,