Skip to content

Commit 27d6adc

Browse files
author
Jeff Yanta
committed
Fix InitMemoryInstructionArgsSize
1 parent aea08d3 commit 27d6adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/solana/cvm/instructions_init_memory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
InitMemoryInstructionArgsSize = (4 + MaxMemoryAccountNameLength + // name
10+
InitMemoryInstructionArgsSize = (MaxMemoryAccountNameLength + // name
1111
1 + // layout
1212
1) // vm_memory_bump
1313
)

0 commit comments

Comments
 (0)