chore: commit suggestion
This commit is contained in:
parent
c5eb3f1394
commit
4a6f63c750
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue